[mod_python] That -DEAPI thing again.

Mike Bell mike at mikebell.org
Thu Mar 8 11:58:29 EST 2001


On Thu, Mar 08, 2001 at 11:37:10AM -0800, Jamie Krasnoo wrote:
> Sorry to bring this up again. I was trying to compile mod_python as a DSO
> and the warning :
> [warn] Loaded DSO /usr/lib/apache/mod_python.so uses plain Apache 1.3 API,
> this module might crash under EAPI! (please recompile it with -DEAPI)
> 
> came up. I found a lot questions on the same matter int he archives but no
> real answeres. Ok one answer but that was a patch which I realy don't want
> to docode and find out that its something bad. This should be a FAQ thing
> already.
> 
> So. How do I get -DEAPI in there so I won't have the threat of Apache seg
> faulting at some point?

Personally, I edit src/Makefile and change
OPT=
to
OPT=-DEAPI



More information about the Mod_python mailing list