Hello, On a Linux platform, I have two versions of zlib : - the older version is installed with the system in /usr/lib64 - the newer version is installed in a non standard directory
I launch the configure tool with the appropriate --with-zlib=/path/to/the/ newer/version/of/zlib When compiling, this directory is actually used. But when I execute the 'make install' command, the binary tools I get depend on the older zlib instead of the newer. Can someone provide me some help ? Do I miss something ? Thanks in advance.
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
