Re: What's wrong with this system's configuration?

2005-01-07 Thread Nick ***
>I've been following the mod_perl list, and remember seeing this thread and >never responded, though maybe I should have. I seem to recall seeing your >host file and something didn't look right to me. Can you (re)summarize >your [original] problem? This is the whole thread: http://gossamer-t

Re: [A-T patch] changing should_skip_module to support regex skip patterns

2005-01-07 Thread Nick ***
> Оригинално писмо >От: Stas Bekman <[EMAIL PROTECTED]> >Относно: Re: [A-T patch] changing should_skip_module to support regex skip patterns >До: [EMAIL PROTECTED] >Изпратено на: Четвъвтък, 2005, Януари 6 20:39:39 EET >-- > >Geoffrey Young

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-01-07 Thread Nick ***
> >On Thu, 6 Jan 2005, Nick *** wrote: > >> > /usr/src/mp2/xs/APR/Base64/APR__Base64.h: In function >> > `MPXS_apr_base64_encode': >> > /usr/src/mp2/xs/APR/Base64/APR__Base64.h:37: static >> > symbol `MPXS_apr_base64_enco de' is marked dllexport >[ ... ] >> I've found t

Re: clearing a parameter using Apache::Request

2005-01-07 Thread Tom Schindl
You don't state which Version of mp you are using but Yes you can in both generations, by using the Apache::Table/APR::Table-Object. I have not tested it but as far as I understand the docs this could should work. 8< use mod_perl; my $apr = Apache::Request->new($r)

Re: What's wrong with this system's configuration?

2005-01-07 Thread Perrin Harkins
On Thu, 2005-01-06 at 11:37 +0200, Nick *** wrote: > Seems like the admin is not going to help me. > Anyway, I compiled perl 5.8.6 on two other platforms in the testdrive > program and when I try to compile mp2 I get the same error (on these > two platforms I didn't get the error with the native pe

Re: What's wrong with this system's configuration?

2005-01-07 Thread Stas Bekman
Perrin Harkins wrote: Is this check vital for mod_perl to operate? It has nothing to do with modperl. It's Apache-Test that needs to be able to configure the setup. I believe it is trying to generate a config to use for the test script. You might be able to skip it by hacking up Makefile.PL, but

Re: Relocated Installation

2005-01-07 Thread Cory Omand
On Thu, 2005-01-06 at 17:41, Todd Grimason wrote: > * Cory Omand <[EMAIL PROTECTED]> [2005-01-06 19:46]: > > Hello, > > > > I'm attempting to build mp2 2.0.0-RC3 as a non-root user, and am having > > some difficulty getting mp2 to install everything to a path of my > > choosing so I can package it

Re: Simple mod_perl Question

2005-01-07 Thread Jeff Bisbee
* Jeff Bisbee ([EMAIL PROTECTED]) wrote: > I just wanted to verify that there weren't any hidden gotchas by doing > the following: > > # set actual ip of host doing the requesting instead of the proxy > my ($actual_remote_ip) = split /,/, $r->header_in('X-Forwarded-For'); > $r->connect

Re: Simple mod_perl Question

2005-01-07 Thread Perrin Harkins
On Fri, 2005-01-07 at 13:38 -0500, Jeff Bisbee wrote: > * Jeff Bisbee ([EMAIL PROTECTED]) wrote: > > I just wanted to verify that there weren't any hidden gotchas by doing > > the following: > > > > # set actual ip of host doing the requesting instead of the proxy > > my ($actual_remote_ip

Re: Simple mod_perl Question

2005-01-07 Thread J b
> * Jeff Bisbee ([EMAIL PROTECTED]) wrote: > > # set actual ip of host doing the requesting instead of the > proxy > > my ($actual_remote_ip) = split /,/, > $r->header_in('X-Forwarded-For'); > > $r->connection->remote_ip($actual_remote_ip) if > $actual_remote_ip; > > > > I just wanted

Re: can't locate Apache/Build.pm

2005-01-07 Thread Ron Savage
On Thu, 6 Jan 2005 17:42:29 -0600 (CST), Randy Kobes wrote: Hi Randy > Very strange :( If you completely hide any previous Apache::Test* > modules that may have been installed, and start from a clean source > distribution, does building it manually run into the same problem? No difference after

Re: can't locate Apache/Build.pm

2005-01-07 Thread Randy Kobes
On Sat, 8 Jan 2005, Ron Savage wrote: > Hi Randy > > Observe the error msg again: > > C:\Perl-modules\Apache-Test-1.19>perl Makefile.PL > Can't locate Apache/Build.pm in @INC (@INC contains: lib C:/Perl/lib > C:/Perl/site/lib .) at lib/Apac > he/TestConfig.pm line 33. > BEGIN failed--compilation

Re: can't locate Apache/Build.pm

2005-01-07 Thread Geoffrey Young
> 5: Line 30 will return IS_MOD_PERL_2 as true that should only happen if mod_perl.pm is Apache2/mod_perl.pm. (or if you installed mp2 as the only mod_perl on the box...) > 6: Line 34 will require Apache::Build > 7: It must fail because /perl/site/lib/Apache2 is not in @INC > and /perl/site/lib

Re: can't locate Apache/Build.pm

2005-01-07 Thread Ron Savage
On Fri, 7 Jan 2005 17:07:01 -0600 (CST), Randy Kobes wrote: Hi Randy, Geoff > Thanks for tracking that down I think I see what the problem > is (and I've been bitten by that before) - line 30 of > Apache::TestConfig is erroneously setting MOD_PERL_2 as true > because (I suspect) you have a s

Re: can't locate Apache/Build.pm

2005-01-07 Thread Randy Kobes
On Sat, 8 Jan 2005, Ron Savage wrote: > On Fri, 7 Jan 2005 17:07:01 -0600 (CST), Randy Kobes wrote: > > Hi Randy, Geoff > > > Thanks for tracking that down I think I see what the problem > > is (and I've been bitten by that before) - line 30 of > > Apache::TestConfig is erroneously setting MO

Re: can't locate Apache/Build.pm

2005-01-07 Thread Randy Kobes
On Fri, 7 Jan 2005, Geoffrey Young wrote: > > > 5: Line 30 will return IS_MOD_PERL_2 as true > > that should only happen if mod_perl.pm is Apache2/mod_perl.pm. (or if you > installed mp2 as the only mod_perl on the box...) > > > 6: Line 34 will require Apache::Build > > 7: It must fail because /p