Doug MacEachern wrote:
> On Mon, 12 Aug 2002, Stas Bekman wrote:
>
>
>>it failed to create the wrapper because the API included an 'int *'
>>arg, whose typemap was undefined. Is it safe to use 'int * | PTR'
>>typemap? I've checked the conversion functions and they seem to do the
>>right thing:
Doug MacEachern wrote:
> On Wed, 29 May 2002, Stas Bekman wrote:
>
>
>>>if a subclass wants to keep the cache in its own package, it can do:
>>
>>but then it ends up not under 1 "root"
>
>
> right. difference is, the subclass defined that behavior. currently it
> is not possible for a subcl
> It's done now. The core Registry packages all compile the scripts into
> ModPerl::RegistryROOT:: namespace and cache them in
> %ModPerl::RegistryCache. Both overridable by the sub-classes.
What I don't like about this change is that it's now impossible to use
two different registry modules
Thanks. You are the hero of us lonely Windows Apache users.
Chuck
-Original Message-
From: Randy Kobes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 14, 2002 11:10 PM
To: Goehring, Chuck Mr., RCI - San Diego
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: can't fine ModuleC
trying to compile mod_perl-2.0 gives the following errors:
(apache-2.0.40 already built/installed):
$ make
cd "src/modules/perl" && make -f Makefile.modperl
make[1]: Entering directory `/usr/local/src/modperl-2.0_cvs/src/modules/perl'
cc -I/usr/local/src/modperl-2.0_cvs/src/modules/perl
-I/usr/
This patch adjusts the renames made in Apache 2.0 on:
date: 2002/07/06 20:04:38; author: ianh; state: Exp; lines: +2 -2
Renames Pending:
This clears the list of renames pending in apr-util.
Parts of this list was alreadu done, but the pending list hadn't been
updated.
apr_hook_debug_cu
[it'd be nice if you set your From: field:
From: Dave Smith <>
To: [EMAIL PROTECTED]
]
Dave Smith wrote:
> trying to compile mod_perl-2.0 gives the following errors:
> (apache-2.0.40 already built/installed):
For some reason it finds Apache/1.3.23
> *** /usr/sbin/httpd -V
> Server version: Ap
As you saw in the bug report from Dave Smith, t/REPORT has found the
wrong httpd for the report, when he was building against the source.
I've traced it to this snippet of code in TestConfig.pm:
sub default_apxs {
my $self = shift;
return $self->{vars}->{apxs} if $self->{vars}->{apxs
Stas Bekman wrote:
>
>> It's done now. The core Registry packages all compile the scripts into
>> ModPerl::RegistryROOT:: namespace and cache them in
>> %ModPerl::RegistryCache. Both overridable by the sub-classes.
>
>
> What I don't like about this change is that it's now impossible to use