From owner-freebsd-current Sun Jan 17 09:53:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08838 for freebsd-current-outgoing; Sun, 17 Jan 1999 09:53:44 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bs1-highway1.skyman (ns.modem.ru [212.57.132.253]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA08826 for ; Sun, 17 Jan 1999 09:53:39 -0800 (PST) (envelope-from igorsh@garural.chel.su) Received: from garural.chel.su (garant-ural.ru [195.54.6.129]) by bs1-highway1.skyman (8.6.12/8.6.12) with ESMTP id WAA13298; Sun, 17 Jan 1999 22:52:54 +0500 Received: from igorsh.garural.chel.su (igorsh.garant-ural.ru [195.54.6.135]) by garural.chel.su (8.9.1/8.9.1) with SMTP id WAA00235; Sun, 17 Jan 1999 22:53:18 +0500 (ES) (envelope-from igorsh@garural.chel.su) Message-ID: <00ee01be4242$6e9cd800$870636c3@igorsh.garural.chel.su> From: "Igor Shulgin" To: "Brian Feldman" Cc: "FreeBSD-current" Subject: Re: Running old program on 3.0-RELEASE Date: Sun, 17 Jan 1999 22:54:29 +0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? --- 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! _ __ ___ ____ _____ |___/___/___/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message