ImageMagick-6.2.6 for CPG

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

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

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

Post by magick »

Grab the latest release, ImageMagick 6.2.6-7. Rebuild and install and the missing XError() method should be resolved.
Post Reply