> It could be having trouble finding the openssl include files.
> 
> In addition to the two files listed earlier, I interpreted:
> 
>  >Install OpenSSL into $INSTALLTOP. You have do this by hand:
>  > ...
>  >$ copy /b inc32\*               p:\openssl\include\openssl
>  > ...
YES, it was this one... 
SSL_INC and SSL_LIB were wrong:
SSL_INC          =p:\openssl-0.9.6\include
SSL_LIB          =p:\openssl-0.9.6\lib

They should be:

SSL_INC          =p:\openssl-0.9.6\inc32
SSL_LIB          =p:\openssl-0.9.6\out32dll

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to