Page 1 of 1

compilation always look for libtiff.so.5

Posted: 2014-10-09T00:59:42-07:00
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!

Re: compilation always look for libtiff.so.5

Posted: 2014-10-09T05:03:47-07:00
by writetonsharma
I found the issue. compilation was finding an old libMagickCore which was linked with libtiff.so.5. My fault.