[mapserver-users] Compilation error with WFS

2012-05-24 Thread Alberto Najera
Hello list, I have compiled mapserver version 6.0.1 in a Centos5 environment and used is successfully for a couple of months, including the WMS server option. I want to add WFS server capability, which was not included in the initial compilation. So I added that feature in the configure call

[mapserver-users] compilation error

2012-03-28 Thread ahmet temiz
hello I am getting en error: ...mapstring.c:1775: undefined reference to `libiconv_close' collect2 : ld returned 1 exit status make: *** [shp2img] Error 1 what causes this problem ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar

[mapserver-users] compilation error about shp2img

2011-05-17 Thread ahmet temiz
hello when I tried to compile UMN_Mapsever (6.0), I encountered this error: -undefined reference to `png_set_longjmp_fn'- collect2: ld returned 1 exit status make: *** [shp2img] Error 1 I am using ubuntu 10.1 How can I solve the problem ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil

Re: [mapserver-users] compilation error about shp2img

2011-05-17 Thread thomas bonfort
what png library version are you using. if 1.5, try downgrading to 1.4 regards, thomas 2011/5/17 ahmet temiz ahmettemi...@gmail.com: hello when I tried to compile UMN_Mapsever (6.0), I encountered this error: -undefined reference to `png_set_longjmp_fn'- collect2: ld returned 1 exit status

[mapserver-users] compilation error

2011-05-16 Thread ahmet temiz
hello I tried to comple ms-6.0 in ubuntu 10.1 What might be the reason of this error. ./libmapserver.a(mapimageio.o): In function `savePalettePNG': /usr/local/mapserver-6.0.0/mapimageio.c:274: undefined reference to `png_set_longjmp_fn' ./libmapserver.a(mapimageio.o): In function `saveAsPNG':

Re: [mapserver-users] compilation error

2010-05-14 Thread pablo lopez
Thanks Roger Installing libogdi3.2-dev certainly solved the first issue, then I had a problem with libpam, installing the -dev package solved that issue, so now I succesfully compiled an installed mapserver! Thanks a lot for your help. Regards P On Thu, May 13, 2010 at 8:14 PM, Roger André

Re: [mapserver-users] compilation error

2010-05-13 Thread Roger André
Try installing the following ogdi packages with apt-get: libogdi3.2 - Open Geographic Datastore Interface Library -- library libogdi3.2-dev - Open Geographic Datastore Interface Library -- development ogdi-bin - Open Geographic Datastore Interface Library -- utilities No idea if that will do the

[mapserver-users] compilation error

2010-05-12 Thread pablo lopez
Hi List, Im building mapserver 5.6.3 on a ubuntu box. The config script I'm using is: ./configure --prefix=/usr \ --with-ogr=/usr/bin/gdal-config \ --with-gdal=/usr/bin/gdal-config \ --with-httpd=/usr/sbin/apache2 \ --with-wfsclient \