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

2010-01-30 Thread krad
On 29 January 2010 20:53, Chuck Swiger  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"


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

2010-01-29 Thread Chuck Swiger
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"


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

2010-01-29 Thread mikel king
As expected several port needed to be rebuilt however I have hit a  
roadblock with the built in perl with.


===>Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/ 
Date/Parse.pm in /usr/ports/devel/p5-TimeDate
===>   p5-TimeDate-1.20,1 depends on file: /usr/local/bin/perl5.8.8 -  
found

===>  Configuring for p5-TimeDate-1.20,1
/libexec/ld-elf.so.1: Shared object "libcrypt.so.4" not found,  
required by "perl5.8.8"


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?

Thanks in advance.

Cheers,
Mikel

___
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"