Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2010 09:44:56 +0000
From:      krad <kraduk@googlemail.com>
To:        Chuck Swiger <cswiger@mac.com>
Cc:        mikel king <mikel.king@olivent.com>, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Shared object "libcrypt.so.4" not found ...(or library munging  after make-delete-old)
Message-ID:  <d36406631001300144m4537c86eo563197b484420ed9@mail.gmail.com>
In-Reply-To: <9F56EF3D-2837-433C-BB83-23FF76EF7E7B@mac.com>
References:  <66E69BCC-331D-4662-95B6-214F44F88A55@olivent.com> <9F56EF3D-2837-433C-BB83-23FF76EF7E7B@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 29 January 2010 20:53, Chuck Swiger <cswiger@mac.com> wrote:

> Hi--
>
> On Jan 29, 2010, at 12:45 PM, mikel king wrote:
> [ ... ]
> > I would have thought that perl was rebuilt when I make the world and
> upgraded from 7.x to 8.0.
> >
> > Anyone have a quick and easy fix out of this mess?
>
> perl isn't part of FreeBSD 7.x; hence, it was not rebuilt when you upgraded
> to 8.0.
>
> There isn't a quick and easy fix to dealing with ports after upgrading to a
> different major OS version, short of rebuilding all of the installed ports.
>
> Regards,
> --
> -Chuck
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>


well you could do

pkg_delete -f perl*
pkg_add -rv perl

you might need to redo your modules as well

or you could install the compatibility libs

cd /usr/ports/misc/compat7x
make
make installl



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