< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
The SSL configurations in the VS.NET
projects have not been tested (by me – at least) – so they may need
some work. Off the top of my head: -
ensure OpenSSL
project is in your include path -
ensure
you are linking with OpenSSL -
ensure
you use the define USE_SSL in all projects Scott From: Cody Brookshear
[mailto:codybrookshear@xxxxxxxxx] Hi all, I am on Windows XP with VC++ 7.1 and am having trouble building
resiprocate. I downloaded and unziped the resiprocate-0.9.0-5019.tar.gz file and ran
the resiprocate 7_1 Vc++ solution file and did a "build resip_test"
using the "ssl-debug" configuration ( the debug configuration works
fine. ) ares and resiprocate build fine. But I get a total of 96 errors
building resip_test, 95 are LNK2019 errors similar to: resiprocate.lib(Helper.obj)
: error LNK2019: unresolved external symbol _BF_cbc_encrypt referenced in
function "public: static class resip::Data __cdecl
resip::Helper::gruuUserPart(class resip::Data const &,class resip::Data
const &,class resip::Data const &)" (?gruuUserPart@Helper@resip@@SA?AVData@2@ABV32@00@Z) and one is
this one: resiprocate.lib(Security.obj)
: error LNK2001: unresolved external symbol _ERR_error_string_n I have openssl
ver 098 compiled. These link errors appear to be openssl related.
Do I need to tell the solution where openssl is located or something? I
didn't see any documentation that said to. Thanks
for your help, Cody
Brookshear |