Author Topic: LD_LIBRARY_PATH question  (Read 2764 times)

Offline wally

  • Multiple posting newcomer
  • *
  • Posts: 14
LD_LIBRARY_PATH question
« on: February 09, 2009, 04:41:05 pm »
Trying the Console Application "Hello world" build the
executable without any errors or warnings, but when i want to
run it from inside the IDE i get this message:

Checking for existence: /home/op/hello/bin/Release/hello
Executing: konsole -T hello -e '/usr/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/op/hello/bin/Release/hello ' (in /home/op/hello/.)
Process terminated with status 254 (0 minutes, 0 seconds)
 
few days ago i needed to start some executables with a custom
LD_LIBRARY_PATH to "." current dir.
I was sure this environment setting is bound to the process started
with this command and is removed after the process is killed.

issuing "~ env | grep LD_LIBRARY+PATH"
and
echo $LD_LIBRARY_PATH  returns nothing.

codeblocks svn 5414
OpenSuse 11.0

Where to set the execute command line ?
How to remove the "." LD_LIBRARY_PATH setting ?
(tried already "~unset LD_LIBRARY_PATH"
and LD_LIBRARY_PATH="" )

Any idea what i could do now ?

regs wally