cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem compiling openssl-0.9.7e with curl-7.15.4 in Visual Studio

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 7 Jul 2006 09:43:14 +0200 (CEST)

On Wed, 5 Jul 2006, neetha mannem wrote:

You should not use openssl-0.9.7e it is old and insecure.

> I am a newbie to curl. I am trying to compile libcurl using libeay32.dll and
> libssl32.dll in Visual Studio. I see below unreferenced symbols:

> http_ntlm.obj : error LNK2019: unresolved external symbol _DES_ecb_encrypt referenced in function _lm_resp
> http_ntlm.obj : error LNK2019: unresolved external symbol _DES_set_key referenced in function _setup_des_key
> http_ntlm.obj : error LNK2019: unresolved external symbol _DES_set_odd_parity referenced in function _setup_des_key
> http_ntlm.obj : error LNK2019: unresolved external symbol _MD4_Final referenced in function _mk_nt_hash

These are all symbols that the OpenSSL libs provide. You seem to not be
linking with them properly somehow.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-07-07