Results 1 to 1 of 1

Thread: Changing library path

  1. #1
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts

    Changing library path

    I found a way to change the library path that you need to set with LD_LIBRARY_PATH.

    PHP Code:
    sudo apt-get install chrpath 
    Read and replace the library path(s)
    PHP Code:
    chrpath libcod2.so # read without replacing
    chrpath -.:libs libcod2.so # replace 
    Now LD_LIBRARY_PATH is no longer required.

    http://linux.die.net/man/1/chrpath

  2. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (11th July 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •