On Feb 18, 2008 4:40 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> What I have until now believed is that perl "code" is in fact "data" for
> the perl interpreter, and that as such it cannot really be "shared".
> What I mean is that, as soon as some bit is changed in a "page" of any
> perl module,
Perrin Harkins wrote:
On Thu, Feb 14, 2008 at 9:13 AM, Rafael Caceres <[EMAIL PROTECTED]> wrote:
This is the first time that NOT using "use" because it was preloaded is
mentioned. In fact, how would the modules compile (while testing for
example)?
Modules loaded into the perl interpreter
PROTECTED]
Gesendet: 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]> wr
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
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
On Thu, Feb 14, 2008 at 9:13 AM, Rafael Caceres <[EMAIL PROTECTED]> wrote:
> This is the first time that NOT using "use" because it was preloaded is
> mentioned. In fact, how would the modules compile (while testing for
> example)?
Modules loaded into the perl interpreter at startup are still t
On Thursday 14 February 2008 09:13:41 am Rafael Caceres wrote:
> 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 th
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 al
t it to
work.. damn thing 8-).
bye
roman
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Perrin
Harkins
Gesendet: Mittwoch, 13. Februar 2008 20:47
An: Petry Roman, IT
Cc: modperl@perl.apache.org
Betreff: Re: MP1 -> MP2 migration Problems.
On Feb 13,
Apache2/Module.pm
lib.pm
ModPerl/Registry.pm
DynaLoader.pm
Apache2/RequestIO.pm
Apache/File.pm
APR/Table.pm
sum: 61
Looks ok i think. Apache.pm is loaded.. So why can´t i get it to work.. damn
thing 8-).
bye
roman
-----Ursprüngliche Nachricht-
Von: [EMAIL PROTECTE
Perrin
Harkins
Gesendet: Mittwoch, 13. Februar 2008 20:47
An: Petry Roman, IT
Cc: modperl@perl.apache.org
Betreff: Re: MP1 -> MP2 migration Problems.
On Feb 13, 2008 9:09 AM, Petry Roman, IT <[EMAIL PROTECTED]> wrote:
> Can't locate object method "request" via package &quo
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.
- Perri
gliche Nachricht-
Von: Jim 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:
&g
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
http://perl.a
You might try it without the parens:
use Apache2::compat;
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.
The switch has to go quick and we can´t redesign all of our old mp1 p
15 matches
Mail list logo