Help with my instalation of MapServer-4.2.5

Frank Warmerdam warmerdam at POBOX.COM
Fri Oct 29 18:06:10 EDT 2004


Cartman wrote:
> Hi, I am instaling MapServer on Linux Red Hat 9.0 and
> I have some problems.
>
> This is my script for instalation.
>
> **********************************************************
> ./configure
> --with-freetype=/usr/local/include/freetype
> --with-zlib=/usr/include --with-png=/usr/lib
> --with-xpm=/usr/lib/gimp/1.2/plug-ins/
> --enable-force-freetype1 --with-wmclient
> --with-org=/usr/local/bin
> --with-tiff=/usr/local/include
> --with-ming=/usr/include
> --with-curl-config=/usr/local/bin
> --with-httpd=/usr/sbin/httpd
> --with-php=/usr/local/include/php/main
> --with-libiconv=/usr/local/lib
> *******************************************************
>
> And then, when I run make, the follow error is showed.
>
> *********************************************************
> .
> .
> .
> ./libmap.a(mapswf.o)(.text+0x488e): In function
> `msFreeImageSWF':
> : referencia a `destroySWFMovie' sin definir
> ./libmap.a(mapswf.o)(.text+0x4a01): In function
> `msDrawVectorLayerAsRasterSWF':
> : referencia a `SWFMovie_add' sin definir
> ./libmap.a(mapswf.o)(.text+0x1478): In function
> `AddMouseActions':
> : referencia a `SWFButton_addAction' sin definir
> collect2: ld devolvió el estado de salida 1
> make: *** [shp2img] Error 1
> *********************************************************
>
> What`s happen?
>
> Am I doing some wrong?
>
> I need some help, please.

Carlos,

My guess would be that either the ming library isn't being linked in at
all (check for -lming in the Makefile) or the version of the ming library
you have is incompatible with what MapServer requires.

Best regards,

--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the mapserver-users mailing list