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?