Page 1 of 1

Posted: 2006-06-23T15:09:02-07:00
by magick
This problem has nothing to do with ImageMagick. Its a standard problem with either shared libraries or missing dependancies. See if your system has libXt.so.6 with the find, locate, or slocate commands. If it does, make sure the path to it is in the shared library path. See ldconfig and LD_LIBRARY_PATH discussions. If it can't be found try finding it in the ports collection and add it to your system. If all else fails, grab the ImageMagick source distribution and build/install. It won't use libXt.so.6 if it can't find it or force it by adding --without-x11 to the configure script command line.