Ask Your Question

Revision history [back]

Check if those libraries are present in your environment variable LD_LIBRARY_PATH. If not, add the dirctory containing those libraries to this variable.

Check if those libraries are present in your environment variable LD_LIBRARY_PATH. If not, add the dirctory directory containing those libraries to this variable.variable. If the libraries are present in /usr/local/lib, add the following to your .bashrc

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib