Hi,
While using mod_perl 1.99_15 and latest Embperl from CVS
I stumbled upon following bug:
mod_perl 1.99_15 does not include Apache::Server module anymore.
It has been replaced with Apache::ServerRec.
from mod_perl changes doc there is 'In order to be consistent with
Apache::RequestRec, Apache::Server is
now Apache::ServerRec and all methods/functions from Apache::Server
now live in Apache::ServerRec. [Stas]'
following patch replaces the module name in Embperl.pm.
--- Embperl.pm 2004-08-04 12:51:46.000000000 +0300
+++ Embperl.pm.orig 2004-08-04 12:51:37.000000000 +0300
@@ -67,7 +67,7 @@
if ($modperl2)
{
- require Apache::Server ;
+ require Apache::ServerRec ;
require Apache::ServerUtil ;
require Apache::RequestRec ;
require Apache::RequestUtil ;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]