Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 1999 13:27:30 -0500 (EST)
From:      Brian Feldman <green@unixhelp.org>
To:        Igor Shulgin <igorsh@garural.chel.su>
Cc:        FreeBSD-current <freebsd-current@FreeBSD.ORG>
Subject:   Re: Running old program on 3.0-RELEASE
Message-ID:  <Pine.BSF.4.05.9901171325030.27499-100000@janus.syracuse.net>
In-Reply-To: <00ee01be4242$6e9cd800$870636c3@igorsh.garural.chel.su>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901171325030.27499-100000>