I can't seem to build an SSL enabled httpd binary from the sources and 
instructions listed below.  I'm basically following the instructions from the 
mod_perl instructions for SSL in the file INSTALL.simple.mod_ssl.  But this 
does not result in an SSL/mod_perl enabled httpd binary.  Can someone tell me 
what I'm doing wrong below?

-Thanks



tar zxvf apache_1.3.33.tar.gz
tar zxvf mod_ssl-2.8.24-1.3.33.tar.gz
tar zxvf openssl-0.9.6b.tar.gz
tar zxvf mod_perl-1.0-current.tar.gz


cd openssl-0.9.8b
./config
make

cd ..
cd mod_ssl-2.8.24-1.3.33

./configure \
    --with-apache=../apache_1.3.33 \
    --with-ssl=../openssl-0.9.8b \
    --enable-module=ssl \
    --enable-module=so \
    --prefix=/usr/local/apache-1.3.33 

cd..
cd mod_perl-1.29

perl Makefile.PL \
     EVERYTHING=1 \
     APACHE_SRC=../apache_1.3.33/src \
     APACHE_PREFIX=/usr/local/apache-1.3.33 \
     SSL_BASE=../openssl-0.9.8b \
     USE_APACI=1 \
     PREP_HTTPD=1 \
     DO_HTTPD=1 \
     APACI_ARGS=--enable-module=ssl,--enable-module=so,--enable-module=rewrite

make 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      modssl-users@modssl.org
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to