cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to compile libcurl.so with libssh2 and openssl by VC8

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 16 Jun 2012 22:52:21 +0200 (CEST)

On Fri, 15 Jun 2012, »ÆÐÄâù wrote:

> I follow this document strictly, but still fail when try to make a use of
> this libcurl.lib , the erros message is:
>
> libcurl.lib(openssl.obj) : error LNK2001: unresolved external symbol
> EVP_DigestFinal

That sounds like you have a weird OpenSSL installation or something:

  "EVP_DigestInit(), EVP_DigestUpdate() and EVP_DigestFinal() are available in
   all versions of SSLeay and OpenSSL."

   (see http://www.openssl.org/docs/crypto/EVP_DigestInit.html)

> netsnmp.lib(keytools.obj) : error LNK2019: unresolved external symbol
> EVP_DigestFinal referenced in function generate_Ku

netsnmp.lib sounds completely unrelated to libcurl!

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-06-16