> How to add paths on Solaris 2.5.1 ???
library path? It highly depends on your shell.
If you are using csh, tcsh, or something similar:
Temporary path change:
% setenv PATH "$PATH:/path/you/want/to/add"
Temporary library path change:
% setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH:/path/you/want/to/add"
Permanent change:
Modify ~/.cshrc or ~/.tcshrc as appropriate
If you are using sh, ksh, bash, or something similar:
Temporary path change:
% export PATH="$PATH:/path/you/want/to/add"
Temporary library path change:
% export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/path/you/want/to/add"
Permanent change:
Dependent on shell, but try editing ~/.profile
--
Suppose you were an idiot. And suppose you were a member of Congress.
But I repeat myself. -Mark Twain
Cole Tuininga
Network Admin
Trade Services, Inc
(603) 427-1100