[mapserver-users] mapserver compilation
Tim Bowden
tim.bowden at westnet.com.au
Wed May 7 04:07:10 PDT 2008
On Wed, 2008-05-07 at 08:48 +0000, guillaume champlong wrote:
> Hi everyone,
>
> I am trying to compile mapserver 5.0.0, but an error occurs.
> configure options:
>
> MapServer is now configured for
>
> -------------- Compiler Info -------------
> C compiler: gcc -O2 -fPIC -Wall
> C++ compiler: g++ -O2 -fPIC -Wall
> Debug: -DNEED_NONBLOCKING_STDERR
> Generic NINT:
> Threading support:
>
> -------------- Renderer Settings ---------
> zlib support: -DUSE_ZLIB
> png support:
> jpeg support:
> iconv support: -DUSE_ICONV
> AGG support: -DUSE_AGG
> AGG Freetype support: agg_font_freetype.o
> Ming(flash) support:
> PDFLib support:
>
> -------------- Data Format Drivers -------
> native tiff support: -DUSE_TIFF
> PostGIS support: -DUSE_POSTGIS
> Proj.4 support: -DUSE_PROJ
> EPPL7 support: -DUSE_EPPL
> ArcSDE support:
> OGR support: -DUSE_OGR
> GDAL support: -DUSE_GDAL
> GEOS support: -DUSE_GEOS
> Oracle Spatial support:
> FastCGI support:
>
> -------------- OGC Services --------------
> WMS Server: -DUSE_WMS_SVR
> WMS Client: -DUSE_WMS_LYR
> WFS Server: -DUSE_WFS_SVR
> WFS Client: -DUSE_WMS_LYR
> WCS Server: -DUSE_WCS_SVR
> SOS Server:
>
> -------------- MapScript -----------------
> PHP MapScript: no
>
> then when I launch 'make', these errors come :
>
> mapowscommon.c:(.text+0xfa9): undefined reference to `xmlNewComment'
> mapowscommon.c:(.text+0xfb5): undefined reference to `xmlAddSibling'
>
> or also:
>
> mapowscommon.c:(.text+0x1087): undefined reference to `xmlNewNs'
> mapowscommon.c:(.text+0x1099): undefined reference to `xmlNewNode'
> mapowscommon.c:(.text+0x10eb): undefined reference to `xmlNewChild'
>
> What can I do?
> thanks
>
> G.
What do you get from:
$head config.log
$tail config.log
What platform are you compiling on?
Tim Bowden
>
More information about the MapServer-users
mailing list