Possible installation bug in 6.3.8?
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <E320996221CA014397A3D363EA51ED29330562@themis.pers.ad.uni-graz.at> |
Hi! I just upgraded my ImageMagick installation to version 6.3.8. But there was an odd installation problem which I wanted to share. After running ./configure and make (both without any command line parameters) and installing the new release I ended up with a non working program: ~$ convert convert: error while loading shared libraries: libMagickCore.so.1: cannot open shared object file: No such file or directory The libraries were copied to /usr/local/lib, as they were supposed to be. Oddly, convert looks for them in /usr/lib. If wanted I can attach the make log. After copying the libraries to /usr/lib ImageMagick is working fine! Best regards, Martin