Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

  • Problem with install

    Posted by ricardo on November 6, 2008 at 14:01

    I have a problem with the installation of babel svn in debian etch 4.0

    When I execute “autogen.sh” displays this error:

    ./configure: line 20992: syntax error near unexpected token `BABEL,’
    ./configure: line 20992: `PKG_CHECK_MODULES(BABEL,’

    I don’t know what to do.

    Sancho replied 14 years, 4 months ago 5 Members · 8 Replies
  • 8 Replies
  • manu

    Member
    November 6, 2008 at 17:34
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    What version are you trying to install? trunk/ from the SVN?

  • ricardo

    Member
    November 7, 2008 at 06:13
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Yes. is the trunk version , I updated to day with this command:

    svn co https://babel.svn.sourceforge.net/svnroot/babel/trunk babel

    then autogen.sh, and the same error:
    checking for ANSI C header files… (cached) yes
    ./configure: line 20992: syntax error near unexpected token `BABEL,’
    ./configure: line 20992: `PKG_CHECK_MODULES(BABEL,’

  • esteban

    Member
    November 7, 2008 at 06:23
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi,

    I believe you’re missing pkg-config tool in your system.

    To install it on Debian/Ubuntu:

    sudo apt-get install pkg-config

    Greetings

  • ricardo

    Member
    November 7, 2008 at 07:11
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Ouch! Homer Simpson dixit 🙂

    Now, all works fine

  • ricardo

    Member
    November 7, 2008 at 07:48
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    In the spanish documentation [ http://www.openideas.info/wiki/index.php?title=Babel:Documentation_es:Installation ] is missing a line in “Prerequisitos”, in the software needed to compìle Babel is missing “libglib2.0-dev”

  • manu

    Member
    November 7, 2008 at 07:55
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    True!
    I just added it!

    Thank you!

  • koucliac

    Member
    October 5, 2010 at 16:37
    6 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    This happens in some cases, resume websites have useful information on the subject.

  • Sancho

    Administrator
    October 16, 2010 at 17:19
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Next version (already present in SVN) has the server implemented in perl, avoiding problems on compiling. You can try it. In next months we will release Babel 3.0 with new console, new agents and new server.