Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYou could try setting the following
for 64bit:
LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LIBRARY_PATH
export LIBRARY_PATH
for 32 bits native :
LIBRARY_PATH=/usr/lib32:$LIBRARY_PATH
export LIBRARY_PATH
in the .bashrc file for your login.