switching to perl-threaded

2011-01-21 Thread Robert Fitzpatrick
I guess I did a stupid thing to 'make deinstall' and then 'make
reinstall' to change my perl option for WITH_THREADS. Now it seems all
my modules are lost as my LWP::Simple does not work anymore. I then
tried to pkg_delete that, successful, and 'perl -MCPAN -e install
LWP::Simple' only to fail with a lot of these...

 Can't load 
 '/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/HTML/Parser/Parser.so

What is the best way to handle getting my modules working under threaded
perl? That module in particular was done through CPAN because I couldn't
seem to find a port for it.

Thanks, Robert
--
Robert rob...@webtent.org
___
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: switching to perl-threaded

2011-01-21 Thread Da Rock

On 01/22/11 10:25, Robert Fitzpatrick wrote:

I guess I did a stupid thing to 'make deinstall' and then 'make
reinstall' to change my perl option for WITH_THREADS. Now it seems all
my modules are lost as my LWP::Simple does not work anymore. I then
tried to pkg_delete that, successful, and 'perl -MCPAN -e install
LWP::Simple' only to fail with a lot of these...

   

Can't load 
'/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/HTML/Parser/Parser.so
 

What is the best way to handle getting my modules working under threaded
perl? That module in particular was done through CPAN because I couldn't
seem to find a port for it.

Thanks, Robert
--
Robertrob...@webtent.org
___
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
   

cd /usr/ports/lang/perl  make config (turn on threads)
portupgrade -rf lang/perl
___
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