Jean-Michel Hiver wrote:
[...]
Anyhow why not try to compile a perl in a separate location and try to compile mod_perl against that?

For example on some of our machines we have an RPM perl in /usr/bin/perl and a compiled one in /usr/local/bin/perl. It works quite well - you just need to make sure you use the right perl when you install modules - i.e. /usr/local/bin/perl -MCPAN -e 'install DBI'.

Or may be even better to build it under your $HOME: http://perl.apache.org/docs/1.0/guide/install.html#Installation_Without_Superuser_Privileges

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to