Just for your information: I've uploaded a few new files to the mod_ssl Contrib area (http://www.engelschall.com/sw/mod_ssl/contrib/). SSLeay-autoconf-1.0.tar.gz: This is a GNU Autoconf frontend for the SSLeay source tree. The idea is that the current SSLeay installation steps are, say at least, non-standard ("perl util/perlpath.pl /foo; perl util/ssldir.pl /prefix; make -f Makefile.ssl links; perl Configure platform; make; make install") and often lead to problems (people use the generic "cc" or "gcc" targets instead of the platform targets, etc). So I thought: Hey, for Lynx there was in the past a separate Autoconf frontend for building, why not create a similar little package for SSLeay. And here it is. The result actually is this: $ gunzip <SSLeay-0.9.0b.tar.gz | tar xvf - $ gunzip <SSLeay-autoconf-1.0.tar.gz | tar xvf - $ cd SSLeay-autoconf-1.0 $ ./configure --prefix=/usr/local/ssl $ make $ make install The only drawback: The config.guess platform to SSLeay platform guessing is still incomplete. But hey, you have the source and the address of this list. So when you find it cool provide me with the case-entry for the configure.in file... perl.exe, gzip.exe, tar.exe, patch.exe: These are Win32 binaries which can be used for bootstrapping Apache + mod_ssl under the Win32 platform. I already forgot from where the come, but they work fine for me. Can someone run a virus checker on them, please? Just to make sure we have not some bad binaries here... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/ Official Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]