[FGS] <eval: 1: /path/to/fgs/www/bin/httpd: not found

Normand Savard nsavard at mapgears.com
Mon Aug 10 13:42:54 EST 2009


All,

If you come across the following error when starting apache this is 
because fgs is compiled  as a 32 bits binary and you try to run it in a 
64 bits machines.  To be able to run fgs (start apache) in your 64 bits 
machine you have to install "ia32-libs", so on Ubuntu you will do:

apt-get install ia32-libs


The error message is:

    . setenv.sh
    * FGS runtime ready in '/home/flbergeron/fgs', use fgs command.
     fgs start
    + Starting 'apache':
    <eval: 1: /path/to/fgs/www/bin/httpd: not found
    + Starting 'pgsql':
    /path/to/fgs/etc/init.d/pgsql: 46:
    //path/to/fgs/bin/pg_ctl: not found

Norm


More information about the Foss-gis-suite mailing list