2008/8/23 Matthew Botos <[EMAIL PROTECTED]>

> Hi,
> I installed a binary RPM of ImageMagick 6.3.8.1 in the home directory
> of my web host since I don't have root access. I also installed the
> required liblcms libraries and set LD_LIBRARY_PATH, but still receive
> a shared library error.
>
> mbotos [~]# echo $LD_LIBRARY_PATH
> :/usr/lib64:/usr/lib:/home/mbotos/ImageMagick/lib64:/home/mbotos/
> ImageMagick/lib
>
> mbotos [~]# ImageMagick/bin/convert
> ImageMagick/bin/convert: error while loading shared libraries:
> liblcms.so.1: cannot open shared object file: No such file or directory

You should do

Put /home/mbotos/ImageMagick/lib in the first entry of LD_LIBRARY_PATH.
export  LD_LIBRARY_PATH=/home/mbotos/ImageMagick/lib:$LD_LIBRARY_PATH

Because convert will find the libraries it needs in the paths of
LD_LIBRARY_PATH,
in that order.


-- 
Best Regards,
Nguyen Hung Vu ( Nguyễn Vũ Hưng )
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>, YIM: vuhung16 , Skype:
vuhung16dg
Life through a viewfinder:
http://bighugelabs.com/flickr/[EMAIL PROTECTED]
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to