[Mapserver-users] MapServer compile issue

Tom.Kralidis at CCRS.NRCan.gc.ca Tom.Kralidis at CCRS.NRCan.gc.ca
Mon Apr 21 12:47:12 EDT 2003


$ ldd ./mapserv
        libgd.so.2 => /usr/lib/libgd.so.2 (0x4001b000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40078000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40097000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0x400e3000)
        libtiff.so.3 => /usr/lib/libtiff.so.3 (0x40119000)
        libproj.so.0 => /usr/lib/libproj.so.0 (0x4015c000)
        libgdal.1.1.so => /usr/lib/libgdal.1.1.so (0x4018b000)
        libm.so.6 => /lib/libm.so.6 (0x4029a000)
        libc.so.6 => /lib/libc.so.6 (0x402b7000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x403ac000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x403bb000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4045f000)
        libpng.so.2 => /usr/lib/libpng.so.2 (0x4046e000)
        libdl.so.2 => /lib/libdl.so.2 (0x40498000)
        libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2
(0x4049c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

ldd -d ./mapserv gives the same output with the undefined symbol error.

..Tom




> -----Original Message-----
> From: Joe Bussell [mailto:joe at otsys.com]
> Sent: Monday, April 21, 2003 12:43 PM
> To: Tom.Kralidis at ccrs.nrcan.gc.ca
> Cc: mapserver-users at lists.gis.umn.edu
> Subject: Re: [Mapserver-users] MapServer compile issue
> 
> 
> what do you get when you type:
> ldd mapserv
> Sounds like a shared object is not linked correctly.
> 
> Cordially,
> 
> Joe Bussell
> On Time Systems
> www.trafficdodger.com
> 
> Tom.Kralidis at CCRS.NRCan.gc.ca wrote:
> > Hi,
> > 
> > In trying to build a distribution of MapServer (3.6.5), I 
> run into the
> > following errors.  Here is my trail of the build:
> > 
> > (latest png, zlib, jpeg, freetype2, gd2.0.12, proj, libwww).
> > 
> > $ ./configure --with-proj=/usr/local/src/proj-4.4.7/
> > --with-gdal=/usr/local/bin/gdal-config --wi
> > th-ogr=/usr/local/src/gdal-1.1.8/ogr/
> > --with-wmsclient=/usr/local/src/w3c-libwww-5.4.0/ 
> --libdir=/usr/local/lib
> > --includedir=/usr/local/include
> > 
> > ...
> > 
> > $ make
> > 
> > ...
> > 
> > $ ./mapserv
> > ./mapserv: error in loading shared libraries: ./mapserv: 
> undefined symbol:
> > asStyleLabel
> > 
> > I added the /usr/local/include and /usr/local/lib to the 
> configure command
> > because I was getting not found library type errors 
> (looking for include /
> > libs in /usr/, instead of /usr/local).
> > 
> > I an trying to compile on RedHat Linux (6.2).
> > 
> > Any idea what's going on here?
> > 
> > Thanks
> > 
> > ..Tom
> > 
> > =================================
> > Tom Kralidis
> > Systems Scientist
> > Canada Centre for Remote Sensing
> > Tel: (613) 947-1828
> > http://www.cgdi.ca/
> > =================================
> > _______________________________________________
> > Mapserver-users mailing list
> > Mapserver-users at lists.gis.umn.edu
> > http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
> > 
> 
> 



More information about the mapserver-users mailing list