On Sat, Nov 23, 2002 at 10:36:16AM +0000, Mark Murray wrote:
> > Apparently editors/vim-lite had picked up an old, obsolete libposix*.so
> > from one of the past installations and linked against that.  Deleting
> > the port and reinstalling it worked like a charm, which made me think
> > a bit...  Should we recommend in UPDATING that source upgrades include
> > something similar?  Well, maybe not all the time (since ports can
> > break like vim did for me), but at least under a "making your /usr as
> > clean as possible" paragraph?
> 
> I would support this, as long as it was not compulsory.
> 

As demonstrated, you probably don't want to remove the
old libraries.  It is much better to do something 
like

find /usr/lib -type f | xargs touch
sleep 60
cd /usr/src
make installworld

You can now look for older stale (shared) libraries and
then search /usr/local/bin for binaries that use
those libraries.

Note, the above doesn't work if you use "install -C"

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to