Command line errors

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
ndhar

Command line errors

Post by ndhar »

I installed ImageMagick-6.5.7-5 and installed it using the INSTALL/README files in the package.
First I did "./configure", then "make", then "make install", then "make check"

There were a bunch of warnings during the 'make' stage but no errors. The binaries (display, animate, convert, etc..) were all
installed in their proper bin folders. BUT, when I try to do something as simple as "display car.jpg", it gives me this error:

"[ndhar@uccom]$ display car.jpg
display: symbol lookup error: display: undefined symbol: MagickCommandGenesis"

What is going wrong? I need to figure out what the problem is. Any help?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Command line errors

Post by magick »

You have more than one version of ImageMagick on your system. Set your LD_LIBRARY_PATH so the new version can find the correct dynamic library.
Post Reply