| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread1996.11.24 22:04 "Re: Tiff Lib Not Found", by Helge BlischkeAhti Suo-Anttila wrote: > > To Image Magick: > > I have installed ImageMagick on an pentium pro Linux version 2.0.20. > Everything seems to work fine except tiff support. Whenever I try to > load a tiff file it says, Tiff library not available. I downloaded > tiff-v3.4beta035-tar and followed the instructions. It put the Tiff > library in /usr/local/lib, A listing of that directory is > > /usr/local/lib> ls -la > total 1708 > drwxr-xr-x 5 root root 1024 Nov 24 10:28 ./ > drwxr-xr-x 12 root root 1024 Sep 17 22:42 ../ > drwxr-xr-x 5 root root 1024 May 16 1994 crisp/ > -r--r--r-- 1 root root 800022 Nov 24 10:28 libtiff.a > -rwxr-xr-x 2 root root 748187 Nov 24 10:28 libtiff.so.3* > -r-xr-xr-x 1 root root 183916 Nov 24 10:28 > libtiff.so.3.4.035* > drwxr-xr-x 6 root root 1024 Oct 26 10:45 mc/ > drwxr-xr-x 3 root root 1024 Oct 26 17:13 netscape/ > > Can you tell me how to fix this problem, Thanks Ahti Perhaps you try to get the wanted libs by ldd your_program and see what libtiff.so.* it wants, and make then a symbolic link with the desired name. Hope this may help you, H. Blischke |
|||||||