Solving LD_LIBRARY_PATH contains current directory configure: error in Ubuntu/Debian
Hi! This Tip Try to Solve “LIBRARY_PATH variable… contains current directory configure: error” Issue in Ubuntu/Debian GNU/Linux.
Fixing LD_LIBRARY_PATH Variable Issue
Then to Solve LD_LIBRARY_PATH Variable in Ubuntu/Debian
And then amend the User’s Path to append the New shared Libraries:
Set it as:echo "export LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/lib64:/usr/lib/x86_64-linux-gnu" >> ~/.bashrc
Last, to reload it:bash
And NOT as:export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH