On Tue, Dec 14, 1999, adam beecher wrote:
> Configure and make openssl:
>
> $ cd openssl-0.9.4
> $ sh config \
> $ > no-idea \
> $ > -fPIC
> $ make
>
> (Should I "make install" at this point, or will SSL_BASE=../openssl-blah do
> this?)
SSL_BASE=../openssl-0.9.4 is ok, you don't have to install OpenSSL.
But you're free to also install it, of course.
> Configure mod_ssl:
>
> $ cd ../mod_ssl-2.4.9-1.3.9
> $ ./configure \
> $ > --with-apache=../apache_1.3.9 \
>
> (Do I not make mod_ssl? It doesn't mention this in the INSTALL file?)
No, the INSTALL file is correct: there is no "make" step inside
the mod_ssl distribution (not even a "Makefile" ;).
> Configure and make Apache (pre-PHP):
>
> $ cd ../apache_1.3.9
> $ SSL_BASE=../openssl-0.9.4 \
> $ > ./configure \
> $ > --with-layout=RedHat \
> $ > --enable-module=most \
> $ > --enable-module=ssl \
> $ > --enable-shared=max \
>
> $ make
> $ make certificate
>
> (Or should I leave "make certificate" until I compile Apache again, after
> compiling PHP?)
That's not important. It's just important that you run "make certificate"
before "make install".
> Configure and make PHP:
>
> $ cd ../php-3.0.12
> $ ./configure \
> $ > --with-apxs=/usr/sbin/apxs \
> $ > --with-config-file-path=/etc/httpd/conf
> $ > --with-mysql --with-imap --with-gd
> $ make
> $ make install
>
> Configure and make Apache (post-PHP):
>
> $ cd ../apache_1.3.9
> $ SSL_BASE=../openssl-0.9.4 \
> $ > ./configure \
> $ > --with-layout=RedHat \
> $ > --enable-module=most \
> $ > --enable-module=ssl \
> $ > --enable-shared=max \
Sorry, I don't understand your intentions: If you're building PHP with APXS,
why do you reconfigure and remake Apache? PHP's --with-apxs compiles PHP
outside the Apache source tree, so there is no need to again compile Apache.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]