Re: [gdal-dev] mod_python issue with libtiff

2010-10-18 Thread Frank Warmerdam
Andreas Neumann wrote: Hi, Thank you all for your hints so far. Frank also suggested to examine which libraries are in use by Apache with the following command: cat /proc//maps It turns out that /usr/lib/libtiff.so.4.3.2 and /usr/local/lib/libtiff.so.5.0.0 are in use. There is no libtiff.so

Re: [gdal-dev] mod_python issue with libtiff

2010-10-18 Thread Andreas Neumann
Hi, Thank you all for your hints so far. Frank also suggested to examine which libraries are in use by Apache with the following command: cat /proc//maps It turns out that /usr/lib/libtiff.so.4.3.2 and /usr/local/lib/libtiff.so.5.0.0 are in use. There is no libtiff.so.3x installed in the syst

Re: [gdal-dev] mod_python issue with libtiff

2010-10-15 Thread Christopher Barker
On 10/15/10 11:32 AM, Even Rouault wrote: There's something in your Apache that loads a libtiff 3.X... Don't you load other modules that could load libtiff indirectly ? A "ld foo.so | grep libtiff" on the potential .so python modules might help find the culprit. But if you need the "culprit", w

Re: [gdal-dev] mod_python issue with libtiff

2010-10-15 Thread Even Rouault
Andreas, I'm somehow happy to see that you've hit the warning. It means that it was usefull to add it and probably saved you headaches when things would have started to crash awfully... Now, I'm afraid I cannot really help you more. There's something in your Apache that loads a libtiff 3.X...

[gdal-dev] mod_python issue with libtiff

2010-10-15 Thread Andreas Neumann
Hi, I recently upgraded my gdal version to the recent SVN version. The command-line tools work fine, but my python scripts inside Apache mod_python fail with the following error: - ERROR 1: WARNING ! libtiff version mismatch : You're linking against libtif