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?
Command line errors
Re: Command line errors
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.