On Thu, Aug 28, 2003 at 04:04:09PM +0000, Bob Crandell wrote: > Hi, > > I'm trying to update Apache and am getting: > uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it > with -DEAPI) > with several modules. What do I do to resolve this? Google showed lots of people > with this problem but no solutions that worked. So how do I compile with -DEAPI?
EAPI == Extended(enhanced?) APlication Interface A programming interface that provides modules more functions in the apache core. This may help, even though it is _for_ compiling with EAPI: http://www.linuxquestions.org/questions/archive/1/2002/08/2/26687 Note the comment, "did you try adding -DEAPI to the jakarta makefile?" So, I would configure, then look for compiler options in the Makefile and add -DEAPI. However if you can add compiler options through configure, put them there. By the way, you may need EAPI for ssl. Cory -- Cory Petkovsek Adapting Information Adaptable IT Consulting Technology to your (541) 914-8417 business [EMAIL PROTECTED] www.AdaptableIT.com _______________________________________________ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
