On Thu, 18 Apr 2002, Stas Bekman wrote:
> Also why do you need to use MP_AP_PREFIX? Use MP_APXS= instead. You
> don't need Apache sources to build mod_perl as DSO.
MP_AP_PREFIX is not the source tree, it is the install tree. all modperl
needs is the include/ directory from the install tree, i
On Thu, 18 Apr 2002, Darragh Sherwin wrote:
> I did this with the enviromental varible CFLAGS=-DUSE_ITHREADS
...
> MP_CCOPTS=-DUSE_ITHREADS
you can't do that. and that is the source of your problems.
if you are going to use a threaded mpm, *perl* needs to be built with
ithreads enabled. perl
Darragh Sherwin wrote:
> Hi,
>
> Stas Bekman wrote:
>
>> Darragh Sherwin wrote:
>>
>>> Hi,
>>> I am trying to compile mod_perl 1.99 with apacche 2.0.35, I give
>>> up with mod_perl 1.24 after numberous headaches and lots of profanties.
>>>
>>> It build configured Apache with following opti
Hi,
Stas Bekman wrote:
> Darragh Sherwin wrote:
>
>> Hi,
>> I am trying to compile mod_perl 1.99 with apacche 2.0.35, I give
>> up with mod_perl 1.24 after numberous headaches and lots of profanties.
>>
>> It build configured Apache with following options :
>>
>> ./configure --with-mpm=
Darragh Sherwin wrote:
> Hi,
> I am trying to compile mod_perl 1.99 with apacche 2.0.35, I give up
> with mod_perl 1.24 after numberous headaches and lots of profanties.
>
> It build configured Apache with following options :
>
> ./configure --with-mpm=prefork --prefix=/export/home/websit