Menu

#14 Custom Library path option

open
dmaphy
geanygdb (4)
5
2009-10-23
2009-10-21
No

I have created a program spitted in one executable and one library (.so file).
Now if want to run my program i have to either:
1) move my lib to a system library path (es /usr/lib)
2) set a bash environment variable to LD_LIBRARY_PATH=/where/my/lib/is and call the program
3) call the program this way LD_LIBRARY_PATH=/where/my/lib/is ./program
Could you please add an option to set a custom LD_LIBRARY_PATH in environment dialog or respect the one that is set in bash?

Discussion

  • Raskòlnikov Romanyc

    maybe this should even be a program wise option, however i was able to force simple program execution geany using method 3 (in dialog project preferencies). I didn't find a way in geanygdb.

     
  • dmaphy

    dmaphy - 2009-10-23
    • milestone: --> Next Release (example)
    • assigned_to: nobody --> dmaphy