On Wed, Jul 28, 1999, girlNextDoor wrote:

> I am an absolute newbie to Apache. So kindly be patient with me. :)
> I am quite confused about the different things lying around - SSLeay,
> mod_ssl, openssl etc. I have downloaded everything as follows:
> 
> apache_1.3.6
> mod_ssl_2.3.3_1.3.6
> openssl_0.9.3a
> SSLeay_0.9.0b
> php_3.0.11
> 
> I am trying to get everything up at once. (Integrated into the
> apache-core). So I downloaded the source tarballs.
> 
> here is my modus operandi: (as per Steve Maring's documentation at
> <http://www.lists.aldigital.co.uk/apache-ssl/msg00708.html>)
> 
> build SSleay
> apply Ben's SSleay patch to apache
> build php3
> build apache
> configure stuff
> 
> Now my questions: 
> 1) Where to use mod_ssl and what is the point of openssl? What is the
>    difference between these openssl and SSLeay? Which to use?
> 2) I tried the procedure suggested by Steve and did the foll:
>   To build SSleay:
>       cd /usr/local/src/SSLeay_0.9.0b
>       make clean  [this one command is my own experiment]
>       perl util.perlpath.pl /usr/bin
>       ./Configure linux-elf
>       make depend 
> 
>   At this stage, make depend dumps a lot of warning. Attached is the 
>   screen-shot.(Encl: file : make_dep.log). Kindly take a look at it
>   and tell me why the next step bombs. I ignore the warnings and
>   proceed as foll:
> [...]

You've two problems of understanding which you fix first:

1. OpenSSL is the successor package to SSLeay, so you
   don't need both. Just use the newer OpenSSL package.

2. mod_ssl and Apache-SSL (aka your "Ben's SSleay patch")
   are two different packages, so you don't need both.  Either use Apache-SSL
   or mod_ssl. If you use Apache-SSL your forum is
   [EMAIL PROTECTED] and your website
   http://www.apache-ssl.org/. If you use mod_ssl your forum is this mailing
   list ([EMAIL PROTECTED]) and the website http://www.modssl.org/.

3. To reduce your package confusion, start from scratch by reading
   mod_ssl's INSTALL document _carefully_ (assuming you choose mod_ssl).

                                       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]

Reply via email to