Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!rice!sun-spots-request From: duanev@mcc.com (Duane Voth) Newsgroups: comp.sys.sun Subject: ldconfig usefulness/worthlessness Keywords: Miscellaneous Message-ID: <9860@brazos.Rice.edu> Date: 12 Jul 90 15:45:11 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 11 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 259, message 8 I personaly like to keep libraries for special systems in non-system directories (eg. X window libs in /usr/lib/X11) but this means everyone has to set LD_LIBRARY_PATH in their environment. Sun gives us ldconfig as alternative option but the way ldconfig is used in rc.local seems to make it worthless. It would seem obvious to me that if ldconfig only accepts extra library directories as command line arguments that the rc would use: ldconfig `cat /etc/ldconfig.libs` or something. Are we expected to hack rc.local to add specific library directories? Any ideas y'all have on this will be appreciated.