Apache2::compat Question

2006-02-07 Thread Cory Omand
Hello, I am trying to set up Apache::RPC::Server (RPC-XML-0.58) under MP2 (MP 2.0.2 + Apache 2.0.55 on Solaris 10 SPARC). This module was written to the MP1 API, therefore I'm loading Apache2::compat as the first 'use' statement in my server startup.pl. However, the module makes use of Apac

Re: using apache2::compat question

2005-06-14 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Pietraniec schrieb: | The mod_perl1 module I have calls Apache::constants. | | This does not seem to be present on my server... After some digging I | found that the mod_perl2 equivalent is Apache2::Const | | Do I need to somehow install these

using apache2::compat question

2005-06-13 Thread Nick Pietraniec
The mod_perl1 module I have calls Apache::constants. This does not seem to be present on my server... After some digging I found that the mod_perl2 equivalent is Apache2::Const Do I need to somehow install these old mod_perl1 modules or do I need to convert my module over to mod_perl2?