compilation always look for libtiff.so.5

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
writetonsharma
Posts: 6
Joined: 2013-05-28T04:34:59-07:00
Authentication code: 6789

compilation always look for libtiff.so.5

Post by writetonsharma »

Hello,

I am compiling imagemagick 6.8.9-0 on HPUX B.11.23 U ia64. It used to compile fine until we upgraded libtiff.

Now libMagickCore and libMagickWand compiles fine and links with libtiff.so.7 which is the upgraded version. But libMagick++ always look for libtiff.so.5.
ld: Can't find dependent library "libtiff.so.5"
I did everything but no success. Any ideas what I can do next ?


Thanks!
writetonsharma
Posts: 6
Joined: 2013-05-28T04:34:59-07:00
Authentication code: 6789

Re: compilation always look for libtiff.so.5

Post by writetonsharma »

I found the issue. compilation was finding an old libMagickCore which was linked with libtiff.so.5. My fault.
Post Reply