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
?
 
> one:
> 
> 1)
>       return OK unless $r->is_main;
> 
> complains that "is_main" does not exist. I changed that to
> "return OK unless !$r->main;", but still this is an compat-issue.

ok, i will add an is_main compat method later today.
 
> 
> 2)
>       $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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to