On Tue, Jul 13, 1999, Thomas Frankewitsch wrote:

>         $ vim util\mk1mf.pl
>         << $INSTALLTOP="/usr/local/ssl";
>         >> $INSTALLTOP="p:\openssl";
> 
> you can add this path on runtime to openssl.

Ah, yes: --prefix now should work under Win32, too.
Fine. Fixed.

> [...]
>       o Edit file crypto\des\des.h as following:
> 
>         $ vim crypto\des\des.h
>         << char *crypt();
>         >> #ifndef MOD_SSL
>         >> char *crypt();
>         >> #endif
> 
> I'dont know, why Ralf has choosen this modification. I didn't modify and
> compiled along the instructions of openssl (install.w32 in
> openssl-0.9.3a.tar)- and it works fine (on winnt and win98 with mod_ssl)
> even with mod_ssl ;-) on this "non-supported" platform.

Hmmm... I've to admit that I no longer know why it really was needed in the
past. It was some conflict, of course.  But I don't know with which component.
I've removed this from the INSTALL.Win32 for now. Let's see what happens... ;)

                                       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