<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>No. It didn't work. I aaaaalso tried to update de gd and gd-devel library, but the errors remain. <br><br>Any other suggestions?<br><br>Thanks, Dorin<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;">----- Original Message ----<br>From: gimbrogno <magnitudo9@email.it><br>To: mapguide-users@lists.osgeo.org<br>Sent: Sunday, July 6, 2008 11:34:04 AM<br>Subject: Re: [mapguide-users] Error building Linux MGOS 2.0<br><br>
<br>Ehm, it seems that the linker cannot link the library to the static object,<br>and now you might try to kid the compiler...<br><br>ldd /usr/local/fdo-3.3.0/lib/libFDO-3.3.0.so and you can see that there are<br>2 missing deps:<br>- <a target="_blank" href="http://libxalanMsg.so">libxalanMsg.so</a>.17 <br>- <a target="_blank" href="http://libxerces-c.so">libxerces-c.so</a>.25<br>and then copy<br>/your_path/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/lib/libxalanMsg.so.17<br>to /usr/lib<br>and<br>/your_path/OpenSource_FDO/Thirdparty/apache/xml-xalan/c/lib/libxerces-c.so.25<br>to /usr/lib<br><br>So the compiler can links the two libraries to the static object...<br><br>Try and tell me if it goes =)<br><br><br><br>Dorin333 wrote:<br>> <br>> Hi all,<br>> <br>> I have the following error message for mapguide-2.0.1:<br>> <br>> <br>> <br>> warning: libxerces-c.so.27,<br>> needed by<br>>
/usr/src/mapguide-2.0.1/Server/src/Services/Drawing/.libs/libMgServerDrawingService.so,<br>> may conflict with libxerces-c.so.25<br>> /usr/src/mapguide-2.0.1/Common/Renderers/.libs/libMgRenderers.so:<br>> undefined reference to `gdFontCacheShutdown'<br>> /usr/src/mapguide-2.0.1/Common/Renderers/.libs/libMgRenderers.so:<br>> undefined reference to `gdFontCacheSetup'<br>> collect2: ld returned 1 exit status<br>> make[3]: *** [mgserver] Error 1<br>> <br>> <br>> I installed the fdo 3.3.1 that is based on libxerces-c.so.25.<br>> <br>> Can everyone tell me how I solve this issue.<br>> <br>> Thanks a lot.<br>> <br>> <br>> <br>> _______________________________________________<br>> mapguide-users mailing list<br>> <a ymailto="mailto:mapguide-users@lists.osgeo.org" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>> <a
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>> <br>> <br><br>-- <br>View this message in context: <a href="http://www.nabble.com/Error-building-Linux-MGOS-2.0-tp18273122p18299924.html" target="_blank">http://www.nabble.com/Error-building-Linux-MGOS-2.0-tp18273122p18299924.html</a><br>Sent from the MapGuide Users mailing list archive at <a target="_blank" href="http://Nabble.com">Nabble.com</a>.<br><br>_______________________________________________<br>mapguide-users mailing list<br><a ymailto="mailto:mapguide-users@lists.osgeo.org" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br></div></div></div><br>
</body></html>