Ehm, it seems that the linker cannot link the library to the static object, and now you might try to kid the compiler...
ldd /usr/local/fdo-3.3.0/lib/libFDO-3.3.0.so and you can see that there are 2 missing deps: - libxalanMsg.so.17 - libxerces-c.so.25 and then copy /your_path/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/lib/libxalanMsg.so.17 to /usr/lib and /your_path/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/lib/libxerces-c.so.25 to /usr/lib So the compiler can links the two libraries to the static object... Try and tell me if it goes =) Dorin333 wrote: > > Hi all, > > I have the following error message for mapguide-2.0.1: > > > > warning: libxerces-c.so.27, > needed by > /usr/src/mapguide-2.0.1/Server/src/Services/Drawing/.libs/libMgServerDrawingService.so, > may conflict with libxerces-c.so.25 > /usr/src/mapguide-2.0.1/Common/Renderers/.libs/libMgRenderers.so: > undefined reference to `gdFontCacheShutdown' > /usr/src/mapguide-2.0.1/Common/Renderers/.libs/libMgRenderers.so: > undefined reference to `gdFontCacheSetup' > collect2: ld returned 1 exit status > make[3]: *** [mgserver] Error 1 > > > I installed the fdo 3.3.1 that is based on libxerces-c.so.25. > > Can everyone tell me how I solve this issue. > > Thanks a lot. > > > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- View this message in context: http://www.nabble.com/Error-building-Linux-MGOS-2.0-tp18273122p18299924.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
