Gregory (Grisha) Trubetskoy
grisha at modpython.org
Tue Aug 5 09:26:40 EST 2003
I added a FAQ entry for this: http://www.modpython.org/FAQ/faqw.py?req=show&file=faq04.002.htp Grisha On Tue, 5 Aug 2003 post at nlhas.no wrote: > 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 > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|