Kurt Hansen wrote:
Stas Bekman wrote:

Sean T Allen wrote:

<>Apache/2.0.40 (Red Hat Linux)
Perl/v5.8.0 built for i386-linux-thread-multi
mod_perl/1.99_07-dev


I believe your problem is there, both in the Perl version and in the mod_perl2 version. You'll want to update Perl to at least 5.8.1 and mod_perl2 to the most recent, 1.99_14.



There is nothing wrong with perl 5.8.0, unless you want to run a threaded mpm
http://perl.apache.org/docs/2.0/user/install/install.html#Prerequisites

in fact there is nothing wrong with 5.8.0 and threaded mpms :) it's only an issue if you want to spawn perl ithreads from your modperl app.


I just figured since he has a threaded perl already that he might want to avoid the thread problems noted on the prereq page, i.e. "Perl 5.8.0's threads.pm doesn't work with mod_perl 2.0." May as well avoid problems that might pop up down the road if you are aware of them.

Agreed, Kurt. But on the other hand we don't want to drive people away by posing unnecesary requirements when all they want is to get their job done :) and in this case geting the latest mp2 should do the trick just fine ;)



-- __________________________________________________________________ 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