mode_perl and Apache 2.0

2002-06-27 Thread Praveen Ray
Hi All Which version of mod_perl runs on latest Apachec 2.0.39 version? When I tried building mod_perl 1.27 with Apachec 2.0.39 , it gave me an error saying it needs Apache 1.3.0. Does it mean we cannot currently run mod_perl on Apache 2.0? I need to upgrade to Apache 2.0 in order to

mod perl and RecDescent module error

2002-06-11 Thread Praveen Ray
Hi I have the simplest test case of a mod perl module which is using Rec::Descent module to parse some string. I can run the script on command line so there is no problem with the script but when run via web server as a mod_perl module, I get an error in the error_log : [Tue Jun 11 14:25:27

Parse::RecDescent under mod_perl

2002-05-22 Thread Praveen Ray
Hi I Can't get this module to run under mod_perl. I have installed this module on my machine and the script when called from command line works fine. But When called from within Apache from a mod_perl script, it fails to instantiate Parse::RecDescent Module. I wrapped the