Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 17:02:21 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Drew Tomlinson <drew@mykitchentable.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Portsclean -L Question
Message-ID:  <20020409220221.GC84522@dan.emsphone.com>
In-Reply-To: <007701c1dff7$ea155fb0$f82a6ba5@lc.ca.gov>
References:  <00f501c1dfec$f1da8370$f82a6ba5@lc.ca.gov> <20020409175215.GB84522@dan.emsphone.com> <006d01c1dff7$31244020$f82a6ba5@lc.ca.gov> <007701c1dff7$ea155fb0$f82a6ba5@lc.ca.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Apr 09), Drew Tomlinson said:
> > > In the last episode (Apr 09), Drew Tomlinson said:
> > > > I ran portsclean on my system with the -L flag and received
> > > > this output:
> > > >
> > > > blacklamb# portsclean -iL
> > > > ** /usr/lib/libc_r.so.4 is in the way of /usr/lib/compat/libc_r.so.4
> > > >
> > > > I assume this means I need to delete one of these files?  Which
> > > > one?
> > >
> > > If this is an old system that was upgraded, chances are
> > > /usr/lib/libc_r.so.4 was the old system's libc, and when you
> > > upgraded, /usr/lib/libc_r.so.5 was installed and one of the
> > > compat packages installed /usr/lib/compat/libc_r.so.4.  You can
> > > probably delete the copy in /usr/lib.
> >
> > Thank you.  Yes, this system has been running RELEASE versions
> > since 4.0.  I will delete the /usr/lib.
> 
> OK, I guess I need to slow down a bit.  I don't have a
> /usr/lib/libc_r.so.5 so maybe I shouldn't delete
> /usr/lib/libc_r.so.4? As you can probably tell, I have no clue as to
> how libraries and the OS works in general as I am not a programmer.

I wonder why you have a libc_r.so.4 in /usr/lib/compat, then.  Did you
install the compat4x package on a 4x machine?  That's unnecessary, and
you can delete the duplicates in /usr/lib/compat.

I think portsclean is just warning you that one library file is
blocking another from being seen.  Actually, there should have been an
explanation just below that warning line ( with --> in front of the
text ). 

-- 
	Dan Nelson
	dnelson@allantgroup.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020409220221.GC84522>