[SNIP]
>
> But, when I try building mod_ssl-2.2.8_1.3.6, I get :-
>
> =========================< cut >==========================
>
> SSL_BASE=../openssl-SNAP-19990426
>
> ./configure --with-apache=../apache_1.3.6 \
> --with-ssl=../openssl-SNAP-19990426 \
> --prefix=/usr/local/apache \
> --disable-rule=SSL_COMPAT
You should have SSL_BASE=../openssl-SNAP-19990426 on the same line as the
./configure or you should it to:
SSL_BASE=../openssl-SNAP-19990426 \
./configure --with-apache=../apache_1.3.6 \
--with-ssl=../openssl-SNAP-19990426 \
--prefix=/usr/local/apache \
--disable-rule=SSL_COMPAT
vh.
Mads Toftum, QDPH
---
There is nothing in any of these standards that would
prevent me from including a 1 gigabit MPEG movie of me
playing with my cat as one of the RDN components of the DN
in my certificate.
-- Bob Jueneman on IETF-PKIX
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]