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
Error while loading shared libraries
Re: Error while loading shared libraries
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
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