I am developing an application which loads most of its code at run-time from a set of shared-libraries. These libraries are code modules which are not generally usable from other applications. Under Debian's file-system standards, can I put these shared libraries in a subdirectory of /usr/local/lib, say /usr/local/lib/<program-name>/*.so (a script would set LD_LIBRARY_PATH to include this path, then call the executable), or should the libraries be in /usr/local/lib?
-- Christopher Lee http://www.cs.cmu.edu/~chrislee [EMAIL PROTECTED] -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null