Re: mod_python & "please recompile it with -DEAPI" apache warning

2005-03-09 Thread [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > [EMAIL PROTECTED] wrote: > > 2) added to MakeFile after config: > > EXTRA_CFLAGS=-DEAPI > > You can do this, but it should be to "src/Makefile" and added > to "CFLAGS" and not "EXTRA_CFLAGS" as the latter doesn't exist. > > Thanks I f

Re: mod_python & "please recompile it with -DEAPI" apache warning

2005-03-07 Thread grahamd
[EMAIL PROTECTED] wrote: > 2) added to MakeFile after config: > EXTRA_CFLAGS=-DEAPI You can do this, but it should be to "src/Makefile" and added to "CFLAGS" and not "EXTRA_CFLAGS" as the latter doesn't exist. -- http://mail.python.org/mailman/listinfo/python-list

mod_python & "please recompile it with -DEAPI" apache warning

2005-03-07 Thread [EMAIL PROTECTED]
In regards to mod_python, I keep getting this warning when I do apachectl configtest: [warn] Loaded DSO libexec/mod_python.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) So I googled what I can, and have read various responses. Most say you