Hi!
    I want to install mod_ssl and ssleay to my apache1.3.3-PHP3-MySQL
trio, so I followed the steps in the mod_ssl INSTALL file. The building
of SSLeay-0.9.0b seems to go fine, as well as the configuration of
mod_ssl and the building of php3, but when it comes to configure apache
with mod_ssl and php3 I get an error message from configure saying that
it can't find the ssl binaries under /usr/local/ssl.
    I guess that something is missing in the building steps of the whole
thing... The steps that I take are the following (after extracting all
the packages):

#Configuration and building of SSLeay library (for a European State)
cd SSLeay-0.9.0b
make -f Makefile.ssl links
make
cd ..

#Application of mod_ssl to Apache
cd  mod_ssl-2.1.0-1.3.3
./configure --with-apache=/usr/local/apache/apache_1.3.3
cd ..

#Pre-configuration of Apache for PHP3
cd apache_1.3.3
./configure --prefix=/usr/local/apache
cd ..

#Configuration and building of PHP3
cd php-3.0.5
CFLAGS='-O2 -I/usr/local/ssleay/SSLeay-0.9.0b/include'
./configure \
                    --with-mysql=/usr \
                    --with-apache=/usr/local/apache/apache_1.3.3 \
                    --enable-track-vars \
                    --enable-memory-limit=yes
gmake
gmake install
cd ..

#Configuration and building of Apache with mod_ssl and PHP3
cd apache_1.3.3
SSL_BASE=/usr/local/ssleay/SSLeay-0.9.0b
./configure \
                    --prefix=/usr/local/apache \
                    --activate-module=src/modules/php3/libphp3.a \
                    --enable-module=ssl \
                    --enable-module=php

And now I get the message 'can't find the binaries in /usr/local/ssl'

Do the binaries of SSLeay have to be installed under /usr/local/ssl?
What is missing in the steps above??

Suggestions and ideas are very welcome!
Thanks in advance --Enrique.
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to