Mapserver 4.8.3 Installation Problems
Thomas Hammerlund
tom at MAPLINK.JP
Thu Jul 20 18:20:44 PDT 2006
Thank you for replying Blaise,
You're right, it was my Ming install. I recompiled Mapserver with out Ming
using this configuration:
./configure --without-tiff --without-eppl --with-threads --with-proj --with-gdal=/usr/local/bin/gdal-config
--with-ogr --with-php=/usr/local/php-5.1.4 --with-gd=/usr/local/lib/gd-2.0.33
--with-freetype=/usr/bin --with-pdf --with-wmsclient --with-wfs --with-wfsclient
I then did:
make clean
make
and it seemed to install OK.
Since I'm using Fedora 5, I can use yum, and that's what I did. (yum
install ming) But I also tried to install ming myself with wget and I
installed it to usr/local/lib. The two could have been conflicting.
Again, thank you for replying. I'll go from here until I need to use Ming.
----- Original Message -----
From: "Blaise" <bpicinbono at WORLDONLINE.FR>
To: <MAPSERVER-USERS at LISTS.UMN.EDU>
Sent: Friday, July 21, 2006 4:56 AM
Subject: Re: [UMN_MAPSERVER-USERS] Mapserver 4.8.3 Installation Problems
> Hi Tom
> It seems that you've got some troubles with the Ming install.
> Can you post your ./configure options, please ?
> Does Mapserver build well without ming ?
> What ming version did you install ? Did you try it all alone in a simple
> php
> script ?
> Can you post also the output of ./configure relative to ming ?
> Regards
> Blaise
>
>
> Le Jeudi 20 Juillet 2006 03:15, Thomas Hammerlund a écrit :
>> Hi everyone,
>>
>> I'm installing Mapserver for the first time. I'm using Fedora 5and I've
>> been trying to follow the Red Hat build notes
>> (http://mapserver.gis.umn.edu/docs/howto/RedHat9andMapServer40), and I
>> got
>> to making mapserver, but I get the below error. Can anyone help me make
>> sense of this?
>>
>> Thank you,
>> Tom
>>
>>
>> [root at dfserver02 mapserver-4.8.3]# make
>> gcc -O2 -fPIC -Wall -DIGNORE_MISSING_DATA -DHAVE_VSNPRINTF
>> -DNEED_STRLCAT -
>> DUSE_PROJ -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR
>> -DUSE_MING_FL
>> ASH -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP
>> -DUSE_GD_FT -DGD_HA S_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_OGR
>> -DUSE_GDAL -DUSE_ICONV
>>
>> -DUSE_THREAD -DUSE_ZLIB -I/usr/local/lib/gd-2.0.33
>> -I/usr/local/includ e -I/usr/local/lib/ming-0.3.0
>> shp2img.o -L. -lmap -L/usr/local/lib/gd-2
>> .0.33 -lgd -ljpeg -lfreetype -lpng -lz -lXpm -lX11 -ljpeg -lfreetype
>> -lpng -lz
>> -lXpm -lX11 -lproj -ljpeg -L/usr/local/lib -lgdal
>> -L/usr/local/lib/ming-0.3.0
>>
>> -lming -L/usr/kerberos/lib -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto
>> -lkrb5 support -lcom_err -lresolv -lidn -lssl -lcrypto -lz -lpthread
>> -lc -lz -lm
>> -lstdc++ -o shp2img
>> ./libmap.a(maputil.o): In function `msTransformShape':
>> maputil.c:(.text+0x43a): undefined reference to `msTransformShapeSWF'
>> ./libmap.a(maputil.o): In function `msImageCreate':
>> maputil.c:(.text+0x624): undefined reference to `msImageCreateSWF'
>> ./libmap.a(maputil.o): In function `msFreeImage':
>> maputil.c:(.text+0xf66): undefined reference to `msFreeImageSWF'
>> ./libmap.a(maputil.o): In function `msSaveImage':
>> maputil.c:(.text+0x114d): undefined reference to `msSaveImageSWF'
>> maputil.c:(.text+0x11e4): undefined reference to `msSaveImageSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawStartShape':
>> mapdraw.c:(.text+0x466): undefined reference to `msDrawStartShapeSWF'
>> ./libmap.a(mapdraw.o): In function `msImageStartLayer':
>> mapdraw.c:(.text+0x4df): undefined reference to `msImageStartLayerSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawLabelCache':
>> mapdraw.c:(.text+0x581): undefined reference to `msDrawLabelCacheSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawText':
>> mapdraw.c:(.text+0x606): undefined reference to `draw_textSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawLabel':
>> mapdraw.c:(.text+0x7c7): undefined reference to `msDrawLabelSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawShadeSymbol':
>> mapdraw.c:(.text+0x97e): undefined reference to `msDrawShadeSymbolSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawLineSymbol':
>> mapdraw.c:(.text+0xa4e): undefined reference to `msDrawLineSymbolSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawMarkerSymbol':
>> mapdraw.c:(.text+0xb1e): undefined reference to `msDrawMarkerSymbolSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawWMSLayer':
>> mapdraw.c:(.text+0xe30): undefined reference to `msDrawWMSLayerSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawRasterLayer':
>> mapdraw.c:(.text+0xefd): undefined reference to `msDrawRasterLayerSWF'
>> ./libmap.a(mapdraw.o): In function `msPrepareImage':
>> mapdraw.c:(.text+0x1563): undefined reference to `msImageCreateSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawVectorLayer':
>> mapdraw.c:(.text+0x3927): undefined reference to
>> `msDrawVectorLayerAsRasterSWF'
>> ./libmap.a(mapdraw.o): In function `msDrawMap':
>> mapdraw.c:(.text+0x4809): undefined reference to `msDrawWMSLayerSWF'
>> mapdraw.c:(.text+0x4a19): undefined reference to `msDrawWMSLayerSWF'
>> collect2: ld returned 1 exit status
>> make: *** [shp2img] Error 1
>
>
More information about the MapServer-users
mailing list