Tuesday, May 2, 2017

Solve the issue of missing library files

Add those folders containing the corresponding library files to /etc/ld.so.conf before running the ldconfig command. There is an example shown as follows.
#sudo echo "/usr/local/lib" >> /etc/ld.so.conf
#sudo ldconfig

No comments:

Post a Comment