Upgraded apache and mod_perl now they won't start

So I recently updated apache and mod_perl to the latest 2.x versions so
I could play around with LDAP support. Now when I try to start the
process I get this:

/etc/init.d/httpd start

Starting httpd: [Wed Jul 02 06:43:32 2003] [error] Global $r object is
not available. Set:
PerlOptions +GlobalRequest
in httpd.conf at
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 579.
Compilation failed in require at (eval 4) line 1.

[Wed Jul 02 06:43:32 2003] [error] Can’t load Perl file:
/opt/rt3/bin/webmux.pl for server tracker.intransa.com:0, exiting…

I have tried adding the PerlOptions line to the VirtualHost section to
no avail. Anyone seen this before?

I have apache 2.0.46 and mod_perl 1.99_09.

Thanks.

Sean Perry sean.perry@intransa.com writes:

So I recently updated apache and mod_perl to the latest 2.x versions
so I could play around with LDAP support.

I’m not sure about your error, but apache 1.x supports LDAP fine.

seph