[mod_python] Compiling with Python2.3

post at nlhas.no post at nlhas.no
Tue Aug 5 11:50:02 EST 2003


I can't get mod_python to compile with Python2.3 (Apache 2.0.47, RedHat 7.0) :

]# make
make[1]: Entering directory `/home/public/transfer/mod_python-3.0.3/src'
Compiling for DSO.
.....snip.....
requestobject.c: At top level:
requestobject.c:1270: warning: initialization from incompatible pointer type
apxs:Error: Command failed with rc=65536
.
make[1]: *** [mod_python.so] Error 1
make[1]: Leaving directory `/home/public/transfer/mod_python-3.0.3/src'
make: *** [do_dso] Error 2

Same setup configured with Python2.2 compiles perfectly, so I presume this is a problem mod_python<>Python2.3.

Any suggestions?

pm



More information about the Mod_python mailing list