Re: ldconfig "skipping" libraries (6.1-R)

2006-09-08 Thread mal content
On 08/09/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: I don't see the libopenal file you claim: > ls -l /usr/local/lib/libopenal* -rw-r--r-- 1 root wheel 369960 Aug 31 14:14 /usr/local/lib/libopenal.a -rwxr-xr-x 1 root wheel 831 Aug 31 14:14 /usr/local/lib/libopenal.la lrwxr-xr-x 1 ro

Re: ldconfig "skipping" libraries (6.1-R)

2006-09-08 Thread Kris Kennaway
On Fri, Sep 08, 2006 at 06:37:13PM +0100, mal content wrote: > On 08/09/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: > >On Fri, Sep 08, 2006 at 05:16:43PM +0100, mal content wrote: > > > >> Some ports do seem to use this format: > >> > >> $ ls /usr/local/lib | egrep '^lib.*\.so\..*\.' > >> libopena

Re: ldconfig "skipping" libraries (6.1-R)

2006-09-08 Thread mal content
On 08/09/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Fri, Sep 08, 2006 at 05:16:43PM +0100, mal content wrote: > Some ports do seem to use this format: > > $ ls /usr/local/lib | egrep '^lib.*\.so\..*\.' > libopenal.so.0.0.8 > libportaudio.so.0.0.18 > $ ls /usr/X11R6/lib | egrep '^lib.*\.so\.

Re: ldconfig "skipping" libraries (6.1-R)

2006-09-08 Thread Kris Kennaway
On Fri, Sep 08, 2006 at 05:16:43PM +0100, mal content wrote: > Some ports do seem to use this format: > > $ ls /usr/local/lib | egrep '^lib.*\.so\..*\.' > libopenal.so.0.0.8 > libportaudio.so.0.0.18 > $ ls /usr/X11R6/lib | egrep '^lib.*\.so\..*\.' > libqt-mt.so.3.3 > libqt-mt.so.3.3.5 > libqui.so

Re: ldconfig "skipping" libraries (6.1-R)

2006-09-08 Thread mal content
On 06/09/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Wed, Sep 06, 2006 at 07:18:18PM +, Edward B. DREGER wrote: > Greetings all, > > > I'd been going nuts trying to determine why I couldn't link against > "libdb-4.4.so" and a few other libraries. The ones in question didn't > show up via

Re: ldconfig "skipping" libraries (6.1-R)

2006-09-06 Thread Kris Kennaway
On Wed, Sep 06, 2006 at 07:18:18PM +, Edward B. DREGER wrote: > Greetings all, > > > I'd been going nuts trying to determine why I couldn't link against > "libdb-4.4.so" and a few other libraries. The ones in question didn't > show up via > > ldconfig -r > > although their respecti

ldconfig "skipping" libraries (6.1-R)

2006-09-06 Thread Edward B. DREGER
Greetings all, I'd been going nuts trying to determine why I couldn't link against "libdb-4.4.so" and a few other libraries. The ones in question didn't show up via ldconfig -r although their respective directories _were_ found. (Yes, I even ran "ldconfig -R" for good measure.)