How to build apache/mod_ssl/mod_perl together?

[email protected]
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <101720071818.18682.4716520D0007DC8E000048FA2200761394CECD0D000D@comcast.net>
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                      [email protected]
Automated List Manager                            [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.