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

Reply via email to