Installation Problem - Paid Help Sought

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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.
Post Reply