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.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2006-03-27T08:39:36-07:00
Type
You need to set your runtime bindings so the ImageMagick programs can find the libMagick dynamic library on your system.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2006-03-27T12:59:59-07:00
Ok, try
ldd /usr/local/bin/convert It will confirm its looking for libMagick.so and cannot find it. To fix the problem contact your system administrator or a manual page for help.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2006-03-29T08:42:19-07:00
Grab the latest release, ImageMagick 6.2.6-7. Rebuild and install and the missing XError() method should be resolved.