[mod_python] -DEAPI fix

rsalz at CaveoSystems.com rsalz at CaveoSystems.com
Thu Dec 28 10:46:08 EST 2000


-


The -DEAPI flag adds extra fields to the end of the Apache "module"
structure.  If you compile some code with that flag, and some code
without that f lag, then you can -- and almost always will -- get some
modules that have bogus crap instead of NULL pointers.  This will
cause things to crash.

You *might* get lucky on some platforms sometime.  Do not count on it.

Always use -DEAPI or never do.  Do not mix.
	/r$



More information about the Mod_python mailing list