On Wed, 20 Apr 2005, Foo Ji-Haw wrote:

> Sorry to jump in like this, but I need a hand!
>
> I've just reinstalled mod_perl.ppd (from theoryx) with
> libapreq2.ppd. I just realised that with mod_perl RC5
> things have changed somewhat...to the point where it broke
> my code! For example, use Apache2 is no longer needed
> (example in perl.apache.org also excluded the module)
>
> I'll appreciate if you can help me with the following
> (seemingly) rather basic stuff:
> 1. I cannot use Apache::Request anymore ('Can't locate
> Apache/Response.pm in %INC). What do I need to check?
> 2. I tried to downgrade to use CGI. Also broke (same error message).
>
> By the way, I am running ActivePerl 5.8.6.811 with Apache2

Due to various considerations, explained at
    http://perl.apache.org/docs/2.0/rename.html
a major renaming took place for various modules and methods
in RC5 of mod_perl 2. The development version of libapreq2
also went through similar changes. If you're having trouble
adjusting your code to the new API, I'd suggest posting a
minimal snippet to the mod_perl mailing list (if it's a
general mod_perl problem) or to the apreq development
mailing list (if it's specific to libapreq2); the developers
in both projects didn't take lightly these changes at such a
late stage, and are eager to help in the migration.

-- 
best regards,
randy kobes
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to