From owner-freebsd-current Sun Jan 17 10:27:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12236 for freebsd-current-outgoing; Sun, 17 Jan 1999 10:27:41 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from janus.syracuse.net (janus.syracuse.net [205.232.47.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12231 for ; Sun, 17 Jan 1999 10:27:39 -0800 (PST) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by janus.syracuse.net (8.8.8/8.8.7) with ESMTP id NAA28276; Sun, 17 Jan 1999 13:27:30 -0500 (EST) Date: Sun, 17 Jan 1999 13:27:30 -0500 (EST) From: Brian Feldman X-Sender: green@janus.syracuse.net To: Igor Shulgin cc: FreeBSD-current Subject: Re: Running old program on 3.0-RELEASE In-Reply-To: <00ee01be4242$6e9cd800$870636c3@igorsh.garural.chel.su> 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 Sun, 17 Jan 1999, Igor Shulgin wrote: > Brian Feldman wrote: > > > >Okay, try this: > > > >/bin/sh > >cd /usr/lib > >for i in *; do if file $i | grep FreeBSD/i386 >/dev/null; then rm $i; fi > done > > > >After doing that, look in /etc/rc.conf and check if you have an > >ldconfig_paths_aout. If you don't, set it to something on the order of > >"/usr/X11R6/lib/aout /usr/local/lib/aout /usr/lib/aout /usr/lib/compat/aout > /usr/lib/compat". > >Then try typing ldconfig -aout /usr/X11R6/lib/aout /usr/local/lib/aout \ > >/usr/lib/aout /usr/lib/compat/aout /usr /lib/compat > > > Thank you very much for your help! > After doing this I see strange (for me) thing: files in /usr/lib/compat is > not showed in "ldconfig -r -elf" nor "ldconfig -r -aout". After this I move > directory /usr/lib/compat from ldconfig_paths to ldconfig_paths_aout in file > rc.conf . And now all works! > Is it mistake in file rc.conf (I did not modify it before) or my system is > incorrectly configuring? I use /usr/lib/compat in both of those, because older compat stuff is in there, as is newer. /usr/lib/compat/aout is just aout, but /usr/lib/compat seems to be a mix of ELF and a.out, now. Glad I could help! > > --- With good wishes, > Igor Shulgin > > >> > Brian Feldman _ __ ___ ___ ___ > >> > green@unixhelp.org _ __ ___ | _ ) __| \ > >> > http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | > >> > FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ > >> > >> > >> > >> > > > > Brian Feldman _ __ ___ ___ ___ > > green@unixhelp.org _ __ ___ | _ ) __| \ > > http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | > > FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ > > > > > > > Brian Feldman _ __ ___ ___ ___ green@unixhelp.org _ __ ___ | _ ) __| \ http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message