Gregory (Grisha) Trubetskoy
grisha at modpython.org
Thu Nov 8 22:35:48 EST 2001
As fas as I understand, if Apache didn't crash immediately after or even before issuing the EAPI warning, then you're using one of those C compliers (gcc probably) that fill missing parts of strucures with NULLs and you're safe. But if the warning bothers you, you can add OPTS=-DEAPI in src Makefile. Other than suppressing the warning, it will have no effect whatsover. Grisha On Fri, 9 Nov 2001, Leonid Timochouk wrote: > Hello, > > I have just compiled ModPython-2.7.6 for Apache-1.3.22 on Debian Linux > (version 2.2 enhanced with a lot of packages -- including Apache -- picked > from the upcoming 3.0 distribution). On loading ModPython DSO, the Apache > server warns about a possible crash if it was compiled without the -DEAPI > option. Passing this option to gcc in src/Makefile apparently solves the > issue. (It is actually used inside apxs, but apxs is used for linking of > the final DSO only, not for compiling the C sources). Should we install > this modification to src/Makefile? (This option would probably do no harm > in case of older Apache servers which do not support EAPI)? > > Sincerely, > Leonid Timochouk > Computing Laboratory > University of Kent at Canterbury, England > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|