Dear all,
I am trying to build 1.2.0 beta1 on Windows XP with MSVC++ 6.0 and after a while am almost there (I think). Everything compiles fine, but linking fails with the following error
pgAdmin3.obj : error LNK2001: unresolved external symbol _SSL_version_str
Unicode_SSL_Release/pgAdmin3.exe : fatal error LNK1120: 1 unresolved externals
The SSL_version_str is defined in ssl/ssl_lib.c in the OpenSSL (0.9.7d) source, but it apparently does not get exported in ssleay32.lib or in libeay32.lib by the OpenSSL VC-WIN32 build process. So my question is: Am I missing something or is there anything special I need to take care of when building OpenSSL for use with pgAdmin III?
Cheers,
Alex
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
