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?
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.