[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libtiff and Imagemagick



I just installed Imagemagick and libtiff3. Now display (and other
executables in the imagemagick package) complain:

cyteen-14:12 ~$display
display: can't load library 'libtiff.so.1'

No wonder they can't load it, as it wasn't provided by the libtiff3
package. But running ldd on display gives output like this:

cyteen-14:13 ~$ldd /usr/bin/X11/display
        libMagick.so.3.7 => /usr/X11R6/lib/libMagick.so.3.7.7
        libpng.so.1 => /usr/lib/libpng.so.1.0.89c
        libz.so.1 => /usr/lib/libz.so.1.0.4
        libtiff.so.3 => /usr/lib/libtiff.so.3.4.035
        libjpeg.so.6a => /usr/lib/libjpeg.so.6a.0.0
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6.1
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6.1
        libm.so.5 => /lib/libm.so.5.0.7
        libc.so.5 => /lib/libc.so.5.4.17

So where does the need for libtiff.so.1 come from? And where can I
find it, or what else can I do to make those programs work?

BTW, I had to use --force-depends when installing Imagemagick. It
depends on zlib1 >= 1.03-1, the current version is 1.0.4-something. I
guess the dependency should be fixed, or perhaps zlib's numbering?

-- 
Juri Pakaste/Juri.Pakaste@Helsinki.FI 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: