I am having a config problem for mod_ssl
 
using RedHat 6.2 Apache 1.3.12 latest mod_ssl, mm, etc.
 
Apache is configured as follows
 
env CCFLAGS=-DEAPI ./configure --prefix=/usr/local/apache \
            --datadir=/home/www \
            --with-perl=/usr/bin/perl \
            --server-uid=www \
            --server-gid=www \
            --enable-module=most \
            --enable-shared=max \
            --enable-suexec \
            --suexec-caller=www \
            --suexec-docroot=~www/htdocs \
            --suexec-logfile=/usr/local/apache/logs/suexec.log \
            --suexec-userdir=/home/www \
            --suexec-uidmin=500 \
            --suexec-gidmin=500 \
            --suexec-safepath="/bin:/usr/bin:/usr/local/bin"
 
ssl configured like this
 
./configure --with-apxs=/usr/local/apache/bin/apxs \
            --with-ssl=/usr/local/ssl \
            --with-mm=/usr/local/mm \
            --prefix=/usr/local/apache \
            --enable-shared=ssl
 
openssl 0.9.5a  is compiled with -DEAPI
 
SSL_BASE and EAPI_MM are set/exported int he environment
 
and when is run the config for mod_ssl it get
 
Configuring mod_ssl/2.6.6 for Apache/1.3.12
./configure:Error: Installed Apache doesn't contain Extended API (EAPI)
 
any insight would help
 
thanks
 
 

Reply via email to