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   _ __  ___ ___ ___
> >> > gr...@unixhelp.org       _ __ ___ | _ ) __|   \
> >> >      http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) |
> >> > FreeBSD: The Power to Serve!    _ __ ___ ____ _____ |___/___/___/
> >>
> >>
> >>
> >>
> >
> > Brian Feldman   _ __  ___ ___ ___
> > gr...@unixhelp.org       _ __ ___ | _ ) __|   \
> >      http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) |
> > FreeBSD: The Power to Serve!    _ __ ___ ____ _____ |___/___/___/
> >
> >
> 
> 
> 

 Brian Feldman                                    _ __  ___ ___ ___  
 gr...@unixhelp.org                           _ __ ___ | _ ) __|   \ 
             http://www.freebsd.org/     _ __ ___ ____ | _ \__ \ |) |
 FreeBSD: The Power to Serve!      _ __ ___ ____ _____ |___/___/___/ 


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to