Solving LD_LIBRARY_PATH contains current directory configure: error on Ubuntu/Debian
This Tip Try to Solve “LIBRARY_PATH variable… contains current directory configure: error” Issue on Ubuntu/Debian GNU/Linux.

Fixing LD_LIBRARY_PATH Variable Issue
Then to Solve LD_LIBRARY_PATH Variable on 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