RE: MP1 - MP2 migration Problems.

2008-02-15 Thread Petry Roman, IT
: Donnerstag, 14. Februar 2008 21:56 An: Perrin Harkins Cc: Petry Roman, IT; modperl@perl.apache.org Betreff: Re: MP1 - MP2 migration Problems. On Thu, 14 Feb 2008, Perrin Harkins wrote: On Wed, Feb 13, 2008 at 3:08 PM, Petry Roman, IT [EMAIL PROTECTED] wrote: Looks ok i think. Apache.pm

AW: MP1 - MP2 migration Problems.

2008-02-14 Thread Petry Roman, IT
? bye Roman -Ursprüngliche Nachricht- Von: André Warnier [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. Februar 2008 23:01 An: modperl@perl.apache.org Cc: Petry Roman, IT Betreff: Re: MP1 - MP2 migration Problems. Of course, what I forgot to mention below - and sorry if you know

Re: MP1 - MP2 migration Problems.

2008-02-14 Thread Rafael Caceres
Andre, On Wed, 2008-02-13 at 23:00 +0100, André Warnier wrote: Of course, what I forgot to mention below - and sorry if you know that already - is that whichever perl modules you pre-load in your main Apache server config via the startup.pl script, you do not need to use anymore in all

Re: MP1 - MP2 migration Problems.

2008-02-14 Thread Perrin Harkins
On Wed, Feb 13, 2008 at 3:08 PM, Petry Roman, IT [EMAIL PROTECTED] wrote: Looks ok i think. Apache.pm is loaded.. So why can´t i get it to work.. damn thing 8-). This is starting to look like a bug in Apache2::compat to me. I think request() is defined in the wrong namespace. I'll try to

Re: MP1 - MP2 migration Problems.

2008-02-14 Thread Randy Kobes
On Thu, 14 Feb 2008, Perrin Harkins wrote: On Wed, Feb 13, 2008 at 3:08 PM, Petry Roman, IT [EMAIL PROTECTED] wrote: Looks ok i think. Apache.pm is loaded.. So why can´t i get it to work.. damn thing 8-). This is starting to look like a bug in Apache2::compat to me. I think request() is

MP1 - MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
Hello @all, we are just transfering our Intranet Server which used Apache 1.3 and mod_perl1 from SLES8 to SLES10 wiht Apache2 and mod_perl2. The switch has to go quick and we can´t redesign all of our old mp1 programs to mp2, so we try to use the compat module. But I have no luck with it. I

Re: MP1 - MP2 migration Problems.

2008-02-13 Thread Randy Kobes
On Wed, 13 Feb 2008, Petry Roman, IT wrote: Hello @all, we are just transfering our Intranet Server which used Apache 1.3 and mod_perl1 from SLES8 to SLES10 wiht Apache2 and mod_perl2. There's a couple of documents: http://perl.apache.org/docs/2.0/user/porting/porting.html

AW: MP1 - MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
at this time.. Sorry it´s not my decision. Another tip 8-) bye ROman -Ursprüngliche Nachricht- Von: Randy Kobes [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. Februar 2008 17:55 An: Petry Roman, IT Cc: modperl@perl.apache.org Betreff: Re: MP1 - MP2 migration Problems. On Wed, 13 Feb 2008

Re: MP1 - MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
Brandt [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. Februar 2008 17:46 An: Petry Roman, IT Cc: modperl@perl.apache.org Betreff: Re: MP1 - MP2 migration Problems. You might try it without the parens: use Apache2::compat; Petry Roman, IT wrote: Hello @all, we are just transfering our

Re: MP1 - MP2 migration Problems.

2008-02-13 Thread Perrin Harkins
On Feb 13, 2008 9:09 AM, Petry Roman, IT [EMAIL PROTECTED] wrote: Can't locate object method request via package Apache at /usr/lib/cgi-bin/test1.pl line 4. If Apache2::compat is loaded, it should create that namespace. Dump %INC from your script and see if Apache.pm is in it. - Perrin