Date: Sun, 17 Jan 1999 22:54:29 +0500 From: "Igor Shulgin" <igorsh@garural.chel.su> To: "Brian Feldman" <green@unixhelp.org> Cc: "FreeBSD-current" <freebsd-current@FreeBSD.ORG> Subject: Re: Running old program on 3.0-RELEASE Message-ID: <00ee01be4242$6e9cd800$870636c3@igorsh.garural.chel.su>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ee01be4242$6e9cd800$870636c3>