error while loading shared libraries: libMagickCore.so.4:
Posted: 2010-09-14T08:59:00-07:00
So...
I've been trying to install ImageMagick on my debian box.
I configured as follows:
Didn't see any issues during configuration and make / make install.
But when I try to test the installation with: /usr/local/bin/convert logo: logo.gif
I get the following error:
When I did an locate to find the file in question, it indeed IS located at:
Anyone have any insight what could be the problem?
I've been trying to install ImageMagick on my debian box.
I configured as follows:
Code: Select all
./configure --enable-shared=yes --disable-static --without-perl
But when I try to test the installation with: /usr/local/bin/convert logo: logo.gif
I get the following error:
Code: Select all
/usr/local/bin/convert: error while loading shared libraries: libMagickCore.so.4: cannot open shared object file: No such file or directory
Code: Select all
/usr/local/lib/libMagick++.la
/usr/local/lib/libMagick++.so
/usr/local/lib/libMagick++.so.4
/usr/local/lib/libMagick++.so.4.0.0
/usr/local/lib/libMagickCore.la
/usr/local/lib/libMagickCore.so
/usr/local/lib/libMagickCore.so.4
/usr/local/lib/libMagickCore.so.4.0.0
/usr/local/lib/libMagickWand.la
/usr/local/lib/libMagickWand.so
/usr/local/lib/libMagickWand.so.4
/usr/local/lib/libMagickWand.so.4.0.0