anything in this thread help? http://www.nabble.com/Error-in-compiling-Agg-on-ubuntu...-td13600729.html
On Sat, Jul 5, 2008 at 3:30 PM, Dorin <[EMAIL PROTECTED]> wrote: > Hi, > > It didn't work. I had the same error: > > /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 think the errors are from the 2 unresolved reference, from the gd library, > but I don't know how I solved this. > Any ideea? > > best regards > > > > ----- Original Message ---- > From: gimbrogno <[EMAIL PROTECTED]> > To: [email protected] > Sent: Friday, July 4, 2008 2:03:35 PM > Subject: Re: [mapguide-users] Error building Linux MGOS 2.0 > > > Hi I had succes with the same configuration... > > Try these steps: > > Needed Packages: > yum grouplist > yum groupinstall mysql > yum install unixODBC unixODBC-devel libjpeg-devel mysql-server > chkconfig mysqld on > service mysqld start > > Building and Installing Required Components (installer) > tar zxf mapguideaptinstaller-*.tar.gz > cd LinuxApt > ./build_apt.sh --port 80 > > Building and Installing FDO > find . -maxdepth 1 -name "fdo*.tar.gz" -exec tar zxf {} ";" > cd OpenSource_FDO > nano -w setenvironment.sh > source ./setenvironment.sh > ./build_thirdparty.sh > ./build_linux.sh > > Building OEM Components in the MapGuide Distribution > tar zxf mapguide-*.tar.gz > cd mapguide- > ./build_oem.sh > > Building and Installing the Default Configuration > aclocal > libtoolize --copy --force > automake --add-missing --copy > autoconf > ./configure --enable-optimized > make > make install > > Tell me if it goes... > > > Dorin333 wrote: >> >> Hi, >> >> CentOS 5, gcc 4.1.2.14 versionI tried with Suse 10 and I have the same >> problem. >> >> >> >> >> >> ----- Original Message ---- >> From: gimbrogno <[EMAIL PROTECTED]> >> To: [email protected] >> Sent: Friday, July 4, 2008 10:08:13 AM >> Subject: Re: [mapguide-users] Error building Linux MGOS 2.0 >> >> >> Hi, what linux disto are you using and especially what gcc version? >> >> >> 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-tp18273122p18274880.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 >> >> >> >> >> _______________________________________________ >> 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-tp18273122p18277375.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 > > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- Zac Spitzer - http://zacster.blogspot.com (My Blog) +61 405 847 168 _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
