List:       apache-modssl
Subject:    Configure Error:doesn't contain Extended API(EAPI)
From:       "Press" <rtna () ksmail ! seed ! net ! tw>
Date:       1990-11-10 4:41:10
[Download RAW message or body]

Help! mod_ssl configure Error:
Installed Apache doesn't contain Extened API (EAPI)
Would you please tell me the correct method ? Thanks
My Server: RedHat Linux 6.1
My Install Method:
#########################################
apache="apache_1.3.14"
apache_path="/usr/local/apache"
mm="mm-1.0.11"
openssl="openssl-0.9.6"
modssl="mod_ssl-2.7.1-1.3.14"
############ Install openssl ################
cd /tmp/${openssl}
sh config -fPIC
make
############ Install mm ################
cd /tmp/${mm}
./configure --disable-shared
make
########### Install Apache ################
SSL_BASE=/tmp/${openssl}
EAPI_MM=/tmp/${mm}
cd /tmp/${apache}
CFLAGS=-DEAPI
./configure --prefix=/usr/local/apache \
            --datadir=/home/httpd \
   --logfiledir=/var/log/httpd \
   --enable-module=most \
   --enable-shared=max \
   --enable-rule=SHARED_CORE \
   --disable-rule=WANTHSREGEX;
make;make install;
############ Install modssl ################
cd /tmp/${modssl}
./configure --with-apxs=${apache_path}/bin/apxs \
   --with-ssl=../${openssl} \
   --with-mm=../${mm} \
   --enable-shared=ssl
make
make install
make disclean

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      modssl-users@modssl.org
Automated List Manager                            majordomo@modssl.org


Configure | About | News | Add a list | Sponsored by KoreLogic