Re: Compiling mod_perl 1.99 on Solaris 8

2002-04-18 Thread Stas Bekman
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

Re: Compiling mod_perl 1.99 on Solaris 8

2002-04-18 Thread Darragh Sherwin
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=prefork

Re: Compiling mod_perl 1.99 on Solaris 8

2002-04-18 Thread Doug MacEachern
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.

Re: Compiling mod_perl 1.99 on Solaris 8

2002-04-18 Thread Doug MacEachern
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, it