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's generated config.h will then have #define 
USE_ITHREADS which modperl will get compiled with.



Reply via email to