To the best of my limited Solaris development knowledger, there isn't an equivalent of ld.so.conf. If you want to set LD_LIBRARY_PATH for everyone logging in, why not put it in to /etc/profile? (Assuming everyone uses sh, ksh, or similar.)
Modify /etc/profile if you need that variable for all users
else modify $HOME/.profile if you only need the change for one user. that is for sh or ksh
for csh, you can either modify login or $home/.login+
or cshrc or $HOME/.cshrc+
the syntax for sh is :
LD_LIBRARY_PATH=$PATHath to add:.
export LD_LIBRARY_PATH [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.