On Tue, 23 Oct 2001, Mradul Awasthi wrote: > and restart the apache ,apache fail to restart > > also > > [warn]Loaded DSO modules/mod_jk.so uses plain apache 1/3 API,this module might crash >under EAPI! (Please recompile it with -DEAPI), > how can i recompile with -DEAPI. >
EAPI is a hack applied to the apache distro source by mod_ssl. When applied correctly it patches the apxs module as well. This ensures that your modules get compiled with -DEAPI (which means "-D" define (like a C #define) EAPI for "extended api"). I would check to be sure the apxs in your path is the one you really want to be using. Otherwise, re-build apache from scratch, applying the mod_ssl patches (if you use them). Then rebuild (make distclean first!) PHP. Be sure to do a make distclean (or make clean if that one is not supported) in the apache dir before running configure. In fact, if you are going to apply the mod_ssl patches I would starty with a completely fresh copy of the apache source (re-expand the tarball, or re-download it). Good luck, -- Joe Laffey | Want to convert subnet masks between different LAFFEY Computer Imaging | notations, or figure the number of IPs in a block? St. Louis, MO | Whatmask-It's FREE - www.laffeycomputer.com/wm.html ------------------------------------------------------------------------------
