Page 1 of 1

Posted: 2006-03-27T08:39:36-07:00
by magick
Type
  • man ldconfig
You need to set your runtime bindings so the ImageMagick programs can find the libMagick dynamic library on your system.

Posted: 2006-03-27T12:59:59-07:00
by magick
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.

Posted: 2006-03-29T08:42:19-07:00
by magick
Grab the latest release, ImageMagick 6.2.6-7. Rebuild and install and the missing XError() method should be resolved.