M�rith Olsson wrote:
> 
> Hello everybody!
> 
> I have some problems installing apache with ssl.
> The versions I use:
> apache.1.3.20
> open-ssl 0.9.6b
> mod_ssl 2.8.4-1.3.20
> 
> the promt looks like this after I've configured and try to make:
> ----------------------------------------------
> bash-2.03# make
>... whole bunch of nasty stuff

"make" what? - apache? did you install openssl first?

I would recommend you follow the instructions posted by Mads Toftum a
few days ago, namely:

Openssl-0.9.6b:

# ./config no-threads


MM-1.13:

# ./config --disable-shared


Mod-SSL-2.84:

# ./configure \
> --with-apache=../apache_1.3.20 \
> --with-ssl=../openssl-0.9.6b \
> --with-mm=../mm-1.1.3 \
> --prefix=/usr/local/apache/ \
> --enable-module=most \
> --enable-shared=max


Apache_1.3.20:

# make
# make certificate 
# make install

Rgds,

Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to