cURL / Mailing Lists / curl-library / Single Mail

curl-library

Problem with SFTP

From: Dmitry <russiankickingbear_at_gmail.com>
Date: Mon, 2 Apr 2012 16:02:43 +0400

Hi to all!

Have problem with compile project to work with SFTP server.
I downloaded archive libcurl-7.19.3-win32-ssl-msvc.zip and try to compile
my code in VS 2010.
Have a lot of linker's error's like this:
1>curllib_static.lib(ssluse.obj) : error LNK2019: unresolved external
symbol _RAND_file_name referenced in function _ossl_seed
1>curllib_static.lib(ssluse.obj) : error LNK2019: unresolved external
symbol _RAND_screen referenced in function _ossl_seed
1>curllib_static.lib(ssluse.obj) : error LNK2019: unresolved external
symbol _RAND_load_file referenced in function _ossl_seed
1>curllib_static.lib(ssluse.obj) : error LNK2019: unresolved external
symbol _RAND_status referenced in function _rand_enough
1>curllib_static.lib(ssluse.obj) : error LNK2019: unresolved external
symbol _SSL_library_init referenced in function _Curl_ossl_init
1>curllib_static.lib(ssluse.obj) : error LNK2019: unresolved external
symbol _SSL_load_error_strings referenced in function _Curl_ossl_init

Before that i spend all day to compile libcurl from source code, but no
success.
If there some VS project which guaranteed to be compiled with SSH
authentication type? Where can i get tham?
I would be very grateful

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