I have developed a CGI that uses OpenSSL and it is building fine using
0.9.7e.  Following the release of 0.9.8 I tried rebuilding with the new
release.  However, I am getting the following link errors:

libeay32.lib(cryptlib.obj) : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
libeay32.lib(cryptlib.obj) : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
libeay32.lib(cryptlib.obj) : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
libeay32.lib(cryptlib.obj) : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]

The above functions are in "user32.lib" which I do not want to link into my
application, as it is a CGI.  The MessageBoxIndirect function is called from
the Win32 version of the "OPENSSL_showfatal" function in
"crypto\cryptlib.c".  Obviously, a CGI should not be popping up a dialog
box, so is there any way I can use the non-Win32 version of the function?

Thanks for any help,

Andrew Willemsen

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to