> On Mon, 3 Jun 2002, Herbert Rosmanith wrote: > > > aha. I had changed that to "use Apache2::APR::Table();" and it worked. > > you shouldn't have to do that. do you configure: > PerlModule Apache2 > PerlModule Apache::compat > ?
yes, I do. > > $r->lookup_uri; > > > > seems to be mising. Apache complains: > > > > [Mon Jun 03 10:42:51 2002] [error] [client 127.0.0.1] Can't locate object method >"lookup_uri" via package "Apache::RequestRec" (perhaps you forgot to load >"Apache::RequestRec"?) at /root/Portal/Apache/PortalAuth.pm line 487. > > > > adding "use Apache::RequestRec;" doesnt help. > > try adding use Apache::SubRequest (); > i'll add that to compat.pm too. > okay, thanks. by the way, I downloaded the latest snapshot from perl.apache.org (modperl-2.0_20020604042309.tar.gz), but Apache::log_error was still undefined there. Can I use these snapshots or would I have to use "cvs"? (I am behind a firewall which doesnt allow me to do cvs directly :-( thanks in advance, herbert rosmanith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
