From owner-freebsd-current Sat Aug 1 10:29:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00533 for freebsd-current-outgoing; Sat, 1 Aug 1998 10:29:46 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from picnic.mat.net ([209.118.174.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00526 for ; Sat, 1 Aug 1998 10:29:39 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id MAA06329; Sat, 1 Aug 1998 12:27:20 -0400 (EDT) Date: Sat, 1 Aug 1998 12:27:20 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@picnic.mat.net To: John Polstra cc: current@FreeBSD.ORG Subject: Re: /usr/lib/aout In-Reply-To: <199807310429.VAA01919@austin.polstra.com> 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 On Thu, 30 Jul 1998, John Polstra wrote: > In article , > Chuck Robey wrote: > > > That approach would undoubtedly work, but when things move over to elf, > > I hope important stuff like ssh doesn't do straight down the tubes. I > > can't figure out why it wants /usr/lib/libc, but I can sure verify that > > it does. > > I've never seen this. I just now built the ssh port on a -current > system from July 24, without any problems at all. There is nothing in > /usr/lib except the "aout" and "compat" subdirectories. I wasn't suggesting it's a bug (I didn't track it down well enough when I experienced it), I was saying that trying to solve it by bogusly copying libs around would mean that you'd be more likely to get bitten by the still-existing problem on your system, when we moved to elf. That'd be because the libs in /usr/lib would then be elf, and ssh would still be trying to use the aout libs (unless you freshly recompiled it). The fix would be really making it look at /usr/lib/aout for libc (which mine does), not copying the up to date libc from /usr/lib/aout to /usr/lib. In other words, find the real problem, don't mask it. > -- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "Self-knowledge is always bad news." -- John Barth > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message