Shared object "libcrypt.so.4" not found ...(or library munging after make-delete-old)

krad kraduk at googlemail.com
Sat Jan 30 09:44:58 UTC 2010


On 29 January 2010 20:53, Chuck Swiger <cswiger at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at 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


More information about the freebsd-questions mailing list