[mod_python] beginners question

Jørgen Frøjk Kjærsgaard jfk at metation.com
Mon Nov 25 13:06:36 EST 2002


On 25 Nov 2002 00:30:50 +0100, Markus Jais wrote
> Hello
> I have just installed mod_python 2.7.8 for my
> apache 1.3.23
> 
> I have python 2.2.2 (with threads) on a RedHat 7.3 system.
> 
> compilation was no problem but when I restart apache I get
> 
> Starting httpd: [Mon Nov 25 00:26:41 2002] [warn] Loaded DSO
> modules/mod_python.so uses plain Apache 1.3 API, this module might crash
> under EAPI! (please recompile it with -DEAPI)
> 
> what does this mean?? I found EAPI not mentioned in the sources.

Apache 1.3 has two API versions. If you compile with the "-DEAPI" option given
to gcc, you get an EAPI version.

You may safely ignore the warning. mod_python works fine even when compiled
with plain API.

/jfk

--
Jørgen Frøjk Kjærsgaard
Metation ApS - the system integrators
Kystvejen 29 - DK 8000 Århus C - www.metation.com



More information about the Mod_python mailing list