Migration to mod_perl 2.0: Problems with CGI.pm

2005-06-03 Thread Johannes Kilian
Hi there, I try to migrate to mod_perl 2.0 from mod_perl 1.99 RC4 (WinXP, ActiveState Perl 5.8.6) Running my old scripts the following error occurs in Module cgi.pm: Can't locate Apache/Response.pm in @INC I know this error occurs from renaming Apache to Apach2 - but is there an easier way to do

Re: Migration to mod_perl 2.0: Problems with CGI.pm

2005-06-03 Thread Foo Ji-Haw
What do you mean by manipulating the core perl modules? There was an earlier discussion on how to migrate from the Apache to Apache2 namespace. Most of the work can be done in a simple search-and-replace across all scripts/ libraries. You really don't want to continue using 'use Apache::Respons

Re: Migration to mod_perl 2.0: Problems with CGI.pm

2005-06-03 Thread William McKee
On Thu, Jun 02, 2005 at 03:59:50PM +0100, Johannes Kilian wrote: > I try to migrate to mod_perl 2.0 from mod_perl 1.99 RC4 (WinXP, > ActiveState Perl 5.8.6) > > Running my old scripts the following error occurs in Module cgi.pm: > Can't locate Apache/Response.pm in @INC Did you read the Migrating

Re: Migration to mod_perl 2.0: Problems with CGI.pm

2005-06-03 Thread Malcolm J Harwood
On Thursday 02 June 2005 10:59 am, Johannes Kilian wrote: > Running my old scripts the following error occurs in Module cgi.pm: > Can't locate Apache/Response.pm in @INC Do you have the latest version of CGI? It's been updated to account for the changes in MP2.

Re: Migration to mod_perl 2.0: Problems with CGI.pm

2005-06-04 Thread Johannes Kilian
Hi solved it by updating CGI from version 3.01 to version 3.10 (from cpan.org). Foo Ji-Haw schrieb: > What do you mean by manipulating the core perl modules? There was an > earlier discussion on how to migrate from the Apache to Apache2 > namespace. Most of the work can be done in a simple searc