Mohamed Alwakeel wrote: > > I keep on getting an error when I do a > ./configure --with-apxs=/usr/local/apachenew/bin/apxs > --with-apache=/root/moh/apache_1.3.22 > > Error:- > Configuring mod_ssl/2.7.1 for Apache/1.3.14 > /configure:Error: Installed Apache doesn't contain Extended API (EAPI) > > I am getting very similar error when compiling mod_ssl for apache 1.3.22, > with either version mod ssl-2.7.1 > or version mod ssl-2.8.8. > > I have a redhat 7.2 box patched up to latest packages. It does have apache > 1.3.22 installed as an rpm and apache 1.3.22 installed from source under > /usr/local/apachenew. Im not using the rpm one Im using the source installed > one. > I have the whole source directory for apache under /root/moh/apache_1.3.22 > > When I do httpd -l I get the following:- > /httpd -l > Compiled-in modules: > http_core.c > mod_mmap_static.c > mod_vhost_alias.c > mod_env.c > mod_log_config.c > mod_log_agent.c > mod_log_referer.c > mod_mime_magic.c > mod_mime.c > mod_negotiation.c > mod_status.c > mod_info.c > mod_include.c > mod_autoindex.c > mod_dir.c > mod_cgi.c > mod_asis.c > mod_imap.c > mod_actions.c > mod_speling.c > mod_userdir.c > mod_alias.c > mod_rewrite.c > mod_access.c > mod_auth.c > mod_auth_anon.c > mod_auth_dbm.c > mod_auth_db.c > mod_digest.c > mod_auth_digest.c > mod_proxy.c > mod_cern_meta.c > mod_expires.c > mod_headers.c > mod_usertrack.c > mod_example.c > mod_unique_id.c > mod_so.c > mod_setenvif.c > suexec: disabled; invalid wrapper /usr/local/apachenew/bin/suexec > > Is there any way to fix this without having to recompile apache again ?
No. apache *needs* the extended API (EAPI) to connect to the openssl library functions. In order to use mod_ssl, you need to recompile apache with EAPI.. This is true whether you compile in mod_ssl statically or load it as a DSO. However, it shouldn't be too much trouble - the INSTALL document in the mod_ssl distro is quite good. Rgds, Owen Boyle. ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]