1748169 Members
4144 Online
108758 Solutions
New Discussion

Re: env statements

 
SOLVED
Go to solution
Massimo Bianchi
Honored Contributor

Re: env statements

Hi,
you should put the

export SHLIB_PATH=/opt/vertex20/lib

in the .profile of the owner of the program, and afterward logout and login as that user to see the proper change.

Massimo
twang
Honored Contributor

Re: env statements

you can use the following command to export env variable:
# export SHLIB_PATH=/opt/vertex20/lib
verify the env variable are set correctly:
# echo SHLIB_PATH