Support
support at obantec.net
Mon May 13 21:37:12 EST 2002
Hi I fixed the apache DEAPI warning by doing the following. ./configure --with-apxs=/usr/local/apache/bin/apxs --with-python=/usr/local/ lib/python2.2 then edit the Makefile in mod_python-2.7.8/src/ add -DEAPI to the line CFLAGS=$(OPT) $(INCLUDES) so it becomes CFLAGS=$(OPT) $(INCLUDES) -DEAPI then follow make instruction for dso Re. python as source check doc-html/inst-testing.html HTH Mark -- Obantec Support www.obantec.net WebHosting and Domains Nominet UK Tag Holder ----- Original Message ----- From: "Stephan Pienitz" <suselist at blackball.biz> To: <mod_python at modpython.org> Sent: Sunday, May 12, 2002 12:22 AM Subject: [mod_python] mod_python 2.7.8 > Hello, > > i have a big (?) problem. > I've just installed mod_python 2.7.8 > On SuSE Linux 7.2 with apache. > > So i've added the required lines in Apache. > Apache tells me, that this modul might crash under EAPI. > > And when I start a python-script via Brwoser i get the source code. > What might i have done false? > > THX > > Stephan > > Sorry for my bad english! > > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python
|