[Mapserver-users] erro : TIFFMergeFieldInfo
Daniel Morissette
dmorissette at dmsolutions.ca
Mon Feb 9 06:18:54 PST 2004
Marcela Leite wrote:
> Hi!
> I compiled mapserver without problems, but when I was to test using :
> ./mapserver -v eu obtive o seguinte
> erro: ./mapserv: relocation error:
> /usr/local/lib/libgeotiff.so: undefined symbol:
> TIFFMergeFieldInfo
>
> Estou usando o mapserver 4.0.1
> esse eh o meu script de compilação :
> ./configure --prefix=`pwd` --with-gd --with-jpeg
> --with-freetype --with-zlib --with-png --with-proj
> --with-gdal --with-ming --with-php=/usr/local/php
> --with-tiff --with-wmsclient
> --with-postgis=/usr/local/pgsql/bin/pg_config
> --with-pdf --with-ogr
> --with-oraclespatial=/opt/oracle/product/9.2.0
> --with-mygis
>
> I used the tiff-v3.6.0-beta with libgeotiff-1.2.1, because with others
> realeases I had problems of compatibility between the two. I obtained
> to compile all the libraries, if they anyone to know that if it deals
> with helps me.
>
It seems that TIFFMergeFieldInfo is available only in libtiff v3.6.1 and up.
But anyway, GDAL comes with its own built-in TIFF, so if you compile
with GDAL, you should disable the native MapServer TIFF support using
--without-tiff. That should take care of the error that you get as well.
Daniel
--
------------------------------------------------------------
Daniel Morissette dmorissette at dmsolutions.ca
DM Solutions Group http://www.dmsolutions.ca/
------------------------------------------------------------
More information about the MapServer-users
mailing list