On Sun, Oct 07, 2001 at 01:44:16PM +0000, G.Roderick Singleton wrote:
> Interesting. This is why I tried 6b in the first place. Unfortunately it, 
> 6b does not integrate with mod_ssl-2.84and Apache_1.3.20 to produce an 
> ssl aware http server.
> 
> I'll repeat the symptoms. They are, at execution, 
> a)    libcrypto functions not found.
> b)    mod_navigation fails
> 
> et cetera.
> 
> So Mads, what is the secret of taming 6b for use?
> 
AFAIK there is no secret - it works out of the box for me - I've just
confirmed that on one of my Solaris 8 sparc boxes (I've also got 
something similar on a redhat-7.1). Here is what I do:

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=/local/apache/ \
> --enable-module=most \
> --enable-shared=max


Apache_1.3.20:

# make
# make certificate 
# make install

It is as simple as that - no magic at all.

vh

Mads Toftum
-- 
With a rubber duck, one's never alone.
              -- "The Hitchhiker's Guide to the Galaxy"
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to