From owner-freebsd-current Wed Sep 16 17:19:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18935 for freebsd-current-outgoing; Wed, 16 Sep 1998 17:19:32 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18710 for ; Wed, 16 Sep 1998 17:18:27 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA27185; Wed, 16 Sep 1998 17:17:55 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 16 Sep 1998 17:17:54 -0700 (PDT) From: Doug White To: John DeBoskey cc: freebsd-current@FreeBSD.ORG Subject: Re: aout SNAP problem (ldconfig) In-Reply-To: <199809161215.IAA06850@bb01f39.unx.sas.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 Wed, 16 Sep 1998, John DeBoskey wrote: > Hi, > > I have been struggling to recover our aout snap creation process > and continue to have a few problems. Obviously, on a -current > box: > > cd /usr/src; /sbin/ldconfig -R > ldconfig: /var/run/ld.so.hints: No such file or directory You probably don't have a ld.so.hints for ELF yet. If you want to quiet this run ldconfig -elf -m /usr/lib/elf or knock the ldconfig call out of the makefile... That's the tail end of the build anyway. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message