liuzongquan / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

OPENSSL_Uplink(...): no OPENSSL_Applink #171

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Environment: VS 2015, Scons 2.3.6, OpenSSL 1.0.2-d, APR 1.5.2, APRUtil 1.5.4, 
APRIconv 1.2.1, ZLib 1.2.8.

Building Serf 1.3.8 using scons check I'm getting the following error:
OPENSSL_Uplink(...): no OPENSSL_Applink

As per danielsh's suggestion I changed line 26 in test\test_ssl.c from
#if defined(WIN32) && defined(_DEBUG)

to 
#if defined(WIN32)

That resolved the testfailure for me (note: I was doing a release build of 
serf).

Original issue reported on code.google.com by Luke1...@gmx.de on 7 Aug 2015 at 10:07