Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   [Resloved] Error on building Ocelot 0.6. Please, need help here! (http://www.bvlist.com/showthread.php?t=9582)

breake 12th October 2013 23:20

[Resloved] Error on building Ocelot 0.6. Please, need help here!
 
I'm getting this error when trying to compile the Ocelot 0.6 to work along with the Frontend Gazelle.
I'm following the step by step installation project officer.
Using a virtual machine with Ubuntu 13.04.
I did everything according to the tutorial, have researched a lot and can not get out of it, just missing that step to get everything to work, the web part is already ok.
Can anyone help me?

The last command until error is going ok.
Code:

sudo ./configure --with-mysql-lib=/usr/lib/x86_64-linux-gnu/
Then i do:
Code:

sudo make
and get this message from terminal:
Code:

:/ocelot# sudo make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /ocelot/missing aclocal-1.13 -I m4
/ocelot/missing: linha 81: aclocal-1.13: comando não encontrado
WARNING: 'aclocal-1.13' is missing on your system.
        You should only need it if you modified 'acinclude.m4' or
        'configure.ac' or m4 files included by 'configure.ac'.
        The 'aclocal' program is part of the GNU Automake package:
       
        It also requires GNU Autoconf, GNU m4 and Perl in order to run:
       
       
       
make: ** [aclocal.m4] Erro 127

anyone knows what to do?

Bump: Finally managed to solve the problem, the issue is that to install 0.6 Ocelot is necessary to have the package Automake 1.13.1 installed, and by default comes installed on ubuntu 13.04 the Automake 1.11.

To download Automake 1.13.1, just go to: http://ftp.gnu.org/gnu/automake/

Download and install the package.

./configure --prefix=/usr --docdir=/usr/share/doc/automake-1.13.1

sudo make
sudo make install

:ok:


All times are GMT +2. The time now is 14:13.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.