On Fri, Dec 10, 1999, P.K.B. Hari Gopal wrote:

> I have installed openssl-0.9.4 without any errors on WindowNT system.
> During my installation process of mod_ssl-2.4.9-1.3.9 it asked to copy
> "ssleay.exe" from open32dll directory of openssl-0.9.4. But I could not
> find that file in open32dll directory, infact nowhere in my system.
> Where can I get that file? 
> Is some thing wrong with my installation of
> openssl-0.9.4 or mistake in instruction given in mod_ssl?

That's just a bug in INSTALL.W32: copy openssl.exe instead, please.

> When I proceded to continue installation without considering that step,
> I got following errors apart from warning messages.
> mod_ssl.h(92) : fatal error C1083: Cannot open include file:
> 'openssl/ssl.h
>  such file or directory

Another bug in INSTALL.W32. Follow these steps please:

    $ md p:\openssl
    $ md p:\openssl\bin
    $ md p:\openssl\lib
    $ md p:\openssl\include
    $ md p:\openssl\include\openssl
    $ copy /b inc32\*               p:\openssl\include\openssl
    $ copy /b out32dll\ssleay32.lib p:\openssl\lib
    $ copy /b out32dll\libeay32.lib p:\openssl\lib
    $ copy /b out32dll\ssleay32.dll p:\openssl\bin
    $ copy /b out32dll\libeay32.dll p:\openssl\bin
    $ copy /b out32dll\openssl.exe  p:\openssl\bin


                                       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