Page 1 of 1

Error while loading shared libraries

Posted: 2012-05-01T03:26:32-07:00
by Peter_VD
Hello,
I have installed the jpeg delegate and i get this message after the next command:
[myserver}:/# convert -list configure

convert: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

The file libjpeg.so.8 excists in usr/local/lib , but is not recognized.
I also restart apache.
I first installed the delegate and than installed IM again, what can I do to repair this.
Thank you, Peter

Re: Error while loading shared libraries

Posted: 2012-05-02T02:39:24-07:00
by Peter_VD
I found the solution after a while on Google.
I executed these lines and everything went back to running smoothly.

ranlib /usr/local/lib/libjpeg.a
ldconfig /usr/local/lib

Hope this helps somebody else.
Peter