Re: Dynamic linking to /usr/lib/xxxxx directory.

2006-12-17 Thread Mike Hommey
On Sat, Dec 16, 2006 at 09:50:18PM -0800, Steve Langasek <[EMAIL PROTECTED]> wrote: > On Sat, Dec 16, 2006 at 10:54:20PM +, Paul Cager wrote: > > I'm packaging AFNIX which provides four or five executables and a bunch > > of shared objects that the executables use. Since the SOs are not likely

Re: Dynamic linking to /usr/lib/xxxxx directory.

2006-12-16 Thread Steve Langasek
On Sat, Dec 16, 2006 at 10:54:20PM +, Paul Cager wrote: > I'm packaging AFNIX which provides four or five executables and a bunch > of shared objects that the executables use. Since the SOs are not likely > to be of use to anything except the AFNIX system itself, I intend to > install the SOs i

Dynamic linking to /usr/lib/xxxxx directory.

2006-12-16 Thread Paul Cager
I'm packaging AFNIX which provides four or five executables and a bunch of shared objects that the executables use. Since the SOs are not likely to be of use to anything except the AFNIX system itself, I intend to install the SOs in /usr/lib/afnix/*.so. I'm a newbie as far as SOs are concerned, so