Greg's Blog

helping me remember what I figure out

Compiling the Apache Connector

| Comments

A while back I blogged about my experiences in setting up BlueDragon on my Debian server and one of the outstanding issues was the following Apache error message: [Thu Jul 1 20:23:39 2004] [warn] Loaded DSO /usr/lib/apache/1.3/mod_servletexec.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) This wasn’t a critical error and everything was running happily, so I was quite happy to ignore for a while. A few days back there was a small thread on CF-Talk about a connector problem with CFMX and it was exactly the same error message. Steven Erat pointed to an old tech note that directed the user to re-compile the Apache module. You can find his instructions here and he also pointed to this resource which had some good instructions on re-compiling the module. I’ll keep you posted on how I get on.