Ubuntu/Debian Checking LD_LIBRARY_PATH Variable Shouldn’t Contain the Current Directory

August 5, 2020 | By the+gnu+linux+evangelist.

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.

Ubuntu/Debian checking LD_LIBRARY_PATH variable shouldn't contain the current directory - Featured
  1. Fixing LD_LIBRARY_PATH Variable Issue

    Then to Solve LD_LIBRARY_PATH Variable in Ubuntu/Debian
    Set it as:

    And then amend the User’s Path to append the New shared Libraries:
    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

QuickChic Theme • Powered by WordPress