cancel
Showing results for 
Search instead for 
Did you mean: 

How to set LD_LIBRARY_PATH

Former Member
0 Kudos

I installed R3 4.7 200 ON LINUXX86-64BIT (MAXDB) after installing all the configuration and installation of the first step wrong, I would like to ask LD_LIBRARY_PATH variables can not find tips on how to set

Thank you very much

Accepted Solutions (1)

Accepted Solutions (1)

hannes_kuehnemund
Active Contributor
0 Kudos

Hi Martin,

this depends on your shell. Check with


echo $0
<or>
echo $SHELL

which shell the <sid>adm user has.

If it is "bash" then:


export LD_LIBRARY_PATH=/path/to/lib

If it is "csh" then:


setenv LD_LIBRARY_PATH /path/to/lib

You can also add these lines either to /home/<sid>adm/.bashrc or /home/<sid>adm/.cshrc depending on the shell. For <sid>adm it is usually csh.

Regards,

Hannes

Answers (0)