When I tried to install padre I got a message that I need a perl with ithreads enabled. So when I rebuild my perl, are these configure-options OK?

sh Configure -de -Duseithreads

And if I rebuild perl from the same source-files which I used for the actual perl can I keep my already installed modules?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You should use perlbrew for compiling Perl. Are you installing the same version of Perl in exactly the same place? Probably. But I would prefer to reinstall them...

See my howto on the subject padre - perlbrew - cpanminus: http://nxadm.wordpress.com/2010/12/10/build-padre-svn-easily-with-perlbrew-and-cpanm/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.