Install ImageMagick error while loading shared libraries workaround, sharedlibraries
The example in this article describes the workaround for installing the ImageMagick error while loading shared libraries. Share to everyone for your reference. The specific solution is as follows:
When you run the program, you experience errors such as the following:
./tests:error while loading shared libraries:xxx.so.0:cannot open Shared object file:no such file or directory
That means the system does not know which directory the xxx.so is placed in.
This is the time to add the directory where xxx.so is located in the/etc/ld.so.conf.
In general, there are a lot of so files in the/usr/local/lib directory, so in/etc/ld.so.conf to add/usr/local/lib this line, you can solve this problem .
After you archive the/etc/ld.so.conf, you will have to perform "/sbin/ldconfig–v" to update it before it takes effect .
I hope this article is helpful to everyone.
There was a problem with the Linux system when I installed Wireshark, and I always showed wireshark:error while loading shared libraries:
RPM Search Portaudio Find description information is libraries package, then install on
/bochs/bochs-gdb:error while loading shared libraries:libsms appears after running/run in Ubunt Oslab directory
Missing limsm.so.6 this file.
Try to find it.
There's a problem hi i
http://www.bkjia.com/PHPjc/882896.html www.bkjia.com true http://www.bkjia.com/PHPjc/882896.html techarticle Install ImageMagick error while loading shared libraries workaround, Sharedlibraries This example describes installation installation ImageMagick error while Loading shared libraries ...