Hi, I'm trying to get MGOS 2 RC4 installed on Linux CentOS 5 distro and having some troubles. I think I have managed to get past a few of them, but am now stuck. I have succesfully installed the Apache-PHP-web extensions after having to install many libraries that it was dependent on. I then got FDO 3.3 installed with GDAL and MySQL support after having some problems with environment variables not "sticking".
Now, I am trying to get MGOS installed and am stuck at build_oem.sh. At first it would fail at the DWF build stage, but I was able to configure/make in the 3 DWF folders with success so I removed those items from build_oem.sh. I am now having problems with the build stage of the Berkely DB. This happens with either the build_oem.sh shell script or with the dbxml buildall.sh script so I'm confident that's where things are failing. Here are the error messages: yacc -d -v -o ../src/parser/XQParser.cpp ../src/parser/XQParser.y make[1]: yacc: Command not found make[1]: *** [../src/parser/XQParser.cpp] Error 127 make[1]: Leaving directory `/Software/MGOS/mapguide-2.0.0/Oem/dbxml-2.3.10/xqilla/build' make: *** [all-recursive] Error 1 BDBXML 2.3.10: Error build failed (0)................. So I installed byacc, then got this: byacc: e - line 555 of "../src/parser/XQParser.y", syntax error %pure_parser ^ make[1]: *** [../src/parser/XQParser.cpp] Error 1 make: *** [all-recursive] Error 1 So I installed bison, then got this: ./.libs/libxqilla.so: undefined reference to `XQParser::yyparse(void*)' collect2: ld returned 1 exit status make[1]: *** [xqilla] Error 1 make[1]: Leaving directory `/Software/MGOS/mapguide-2.0.0/Oem/dbxml-2.3.10/xqilla/build' make: *** [all-recursive] Error 1 And this is where I am stuck. Any help is appreciated. Thank you. Andy Morsell, P.E. Spatial Integrators, Inc. http://www.SpatialGIS.com
_______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
