1 | initial version |
Check if those libraries are present in your environment variable LD_LIBRARY_PATH
. If not, add the dirctory containing those libraries to this variable.
2 | No.2 Revision |
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