Hi,
Apache_1.3.19 on Win32 has changed the way os.h in
the apache source tree is included, so that mod_perl no
longer finds it if built via command-line arguments. I've
attached a patch against the cvs mod_perl which builds
a mod_perl.dsp to include the relevant apache directory.
This patch
bleedperl, httpd from cvs (last night) and modperl from cvs (last night)
build succesfully on debian 2.2.18pre21 (linux kernel 2.2, stable release)
I followed the instructions in modperl-2.0/pod/modperl_dev.pod to the
letter, adding MP_DEBUG=1 also.
Hello World works!
StartServers is set to
On Wed, 18 Apr 2001, Joshua Chamas wrote:
> Doug MacEachern wrote:
> >
> > if you and perrin want to take over as Apache::SizeLimit owners, that
> > would be fantastic. for now you can submit patches to this list. if
> > you want to maintain a version on cpan too, that would be fine. the key
>
On Fri, 20 Apr 2001 [EMAIL PROTECTED] wrote:
>
> bleedperl, httpd from cvs (last night) and modperl from cvs (last night)
> build succesfully on debian 2.2.18pre21 (linux kernel 2.2, stable release)
>
> I followed the instructions in modperl-2.0/pod/modperl_dev.pod to the
> letter, adding MP_DEBU