AW: [magick-users] error while loading shared
libraries:libMagickCore.so.1
Naber, Peter
peter.naber at alfa.de
Fri Feb 29 00:17:40 PST 2008
Hi,
before you compile ImageMagick set following Enviroment Variable:
LDFLAGS="-L/usr/local/lib -Wl,-rpath,/usr/local/lib"
With this option ImageMagick looks at /usr/local/lib for the libraries.
regards,
Peter
-----Ursprüngliche Nachricht-----
Von: magick-users-bounces at imagemagick.org
[mailto:magick-users-bounces at imagemagick.org]Im Auftrag von
jcroux at olopi.com
Gesendet: Donnerstag, 28. Februar 2008 21:16
An: Magick-users at imagemagick.org
Betreff: [magick-users] error while loading shared
libraries:libMagickCore.so.1
Hello,
I am installing 6.3.9 from source on my Centos 5.0 box. When I configure
to install in /tmp/im/, it runs fine but when I just want to install it
using the default prefix /usr/local, it certainly compile fine but when I
run something like:
/usr/local/bin/identify
I am getting:
/usr/local/bin/identify: error while loading shared libraries:
libMagickCore.so.1: cannot open shared object file: No such file or
directory
I could always change my PATH to point to the directory with the working
binaries, but it would be better to have the binaries in /usr/local work
fine.
Any idea what could the problem be?
Thanks
_______________________________________________
Magick-users mailing list
Magick-users at imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users
More information about the Magick-users
mailing list