Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
CC utilities/stream.o
CCLD utilities/stream
/usr/bin/ld: skipping incompatible /usr/lib/libtiff.so when searching for -ltiff
/usr/bin/ld: skipping incompatible /usr/lib/libfreetype.so when searching for -lfreetype
/usr/bin/ld: skipping incompatible /usr/lib/libjpeg.so when searching for -ljpeg
/usr/bin/ld: skipping incompatible /usr/lib/libgs.so when searching for -lgs
/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXt.so when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/lib/libbz2.so when searching for -lbz2
/usr/bin/ld: skipping incompatible /usr/lib/libbz2.a when searching for -lbz2
/usr/bin/ld: skipping incompatible /usr/lib/libX11.so when searching for -lX11
/usr/bin/ld: warning: libtiff.so.3, needed by /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libgs.so, may conflict with libtiff.so.5
make[1]: Leaving directory `/root/rpm/ImageMagick-6.7.9-3'
If I run: sudo make install it will install IM but without tiff support.
fordfasterr wrote:I've been able to sort out most of the errors including anything related to (TIFF).
However, after a fresh compile and install I still don't get any tiff image support AT ALL.
I need some help badly.
Did you install the libtiff delegate before compiling IM from source. You must install delegates before installing IM. You will need other delegates such as for jpg, png etc.
If you run
convert -list configure | grep -i "delegates"
it should show you what delegates IM has found and/or recognized.
It was actually an issue with the paths the app owner was using causing the binaries to execute from a different location.. I had to use symlinks to fix them and everything finally worked.
Also, for some reason I had to install both i386 and x86_64 RPM's for the entire thing to work...