From owner-freebsd-current Tue Jun 16 05:37:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27807 for freebsd-current-outgoing; Tue, 16 Jun 1998 05:37:22 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from kong.dorms.spbu.ru (kong@kong.dorms.spbu.ru [195.19.252.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27783 for ; Tue, 16 Jun 1998 05:37:02 -0700 (PDT) (envelope-from kong@kong.dorms.spbu.ru) Received: from localhost (kong@localhost) by kong.dorms.spbu.ru (8.8.8/kong/0.01) with SMTP id QAA09556; Tue, 16 Jun 1998 16:34:15 +0400 (MSD) (envelope-from kong@kong.dorms.spbu.ru) Date: Tue, 16 Jun 1998 16:34:15 +0400 (MSD) From: Hostas Red To: Peter Wemm cc: current@FreeBSD.ORG Subject: Re: ssh 1.2.25: port broken on current In-Reply-To: <199806161222.UAA03749@spinner.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! On Tue, 16 Jun 1998, Peter Wemm wrote: [...] > > Yes, it is. But - /usr/lib/aout/libc.so.3.1 (jun,16) almost the same date > > as /usr/include/arpa/inet.h (jun 12), but /usr/lib/libc.so.3.1 is > > (may,26). But - /usr/lib/aout in LIBPATH, not /usr/lib. Whats the problem? > > At a guess, your ldconfig path in /etc/rc is putting /usr/lib first so > you're getting the "old" library... No way, I've checked it twice. :( == /etc/rc === # Make shared lib searching a little faster. Leave /usr/lib first if you # add your own entries or you may come to grief. _LDC=/usr/lib/aout for i in $ldconfig_paths; do if test -d $i; then _LDC="${_LDC} $i" fi done ============= [...] > I'm not sure that it's worth the hassle, but I asked around and the > consensis was to go with the flow. I'm still searching for a clue. Adios, /KONG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message