Re: Problem compiling modperl-2

2001-12-07 Thread Stas Bekman
> Right on the nose! I checked out the sources exactly as it described in the > pod > and recompiled, and it went flawlessly. Well, not flawlessly, but pretty > close. > > In the latest Apache source, with-mpm=threaded is no longer an option, and > is replaced by with-mpm=worker. That is

Re: Problem compiling modperl-2

2001-12-07 Thread Chonger
> > I have Apache-2.0.28 with the latest mod_perl 2 (downloaded as a tar.gz from > > perl.apache.org). > > > > I followed the instruction in the pod and installed Apache-2 fine. But when > > I tried to compile mod_perl I ran into this > > > > "AP_MODE_INIT" undeclared error. > > It may be that the

Re: Problem compiling modperl-2

2001-12-07 Thread Randy Kobes
On Fri, 7 Dec 2001, Chonger wrote: > A while I ago I tried to install mod_perl. Since it was for fun, I decided I > wanted to try mod_perl 2 with Apache-2 first. > > I had problem compiling mod_perl with a threaded Apache 2 configuration. I > gave up and went to mod_perl with Apache 1.3 instead.