From owner-freebsd-current Sun Feb 9 05:59:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA16751 for current-outgoing; Sun, 9 Feb 1997 05:59:10 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id FAA16745 for ; Sun, 9 Feb 1997 05:59:05 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id OAA21420; Sun, 9 Feb 1997 14:59:01 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id OAA13155; Sun, 9 Feb 1997 14:52:05 +0100 (MET) Message-ID: Date: Sun, 9 Feb 1997 14:52:05 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: spork@super-g.com (spork) Cc: freebsd-current@freebsd.org Subject: Re: 22GAMMA-020697--Lib problems galore (fwd) References: X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from spork on Feb 9, 1997 03:26:53 -0500 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As spork wrote: > This is a tough one... I just upgraded from 2.1.6 to today's 2.2GAMMA > release, and it went really smooth, except for some odd problem with the > libraries. > > Anything that needs a lib outside of /usr/lib fails, even though ldconfig > -r shows all of the others (/usr/X11R6, /usr/local/lib, etc...). In rc, I > see ldconfig run with all the extra libs, but for some reason none of the > programs seem to know about it. Interesting. I've just checked my 2.2 scratchbox, and even recompiled to the latest ld.so, and it works fine. (It's simple to prove, since the compatxx packages now install into /usr/lib/compat by default.) $ uname -sr FreeBSD 2.2-GAMMA $ ldd /tmp/rc /tmp/rc: -lc.2 => /usr/lib/compat/libc.so.2.2 (0x8027000) $ /tmp/rc ; exit (No, LD_LIBRARY_PATH ain't set at all.) ld.so has had a minor fix between 2.2-BETA and -GAMMA, but this supposedly only affects libraries that are in the ld.so.hints, but have been removed since. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)