Hello Everyone, I have built libssh2 and linked into my wrapper in win32 successfully.
For ARMV4i processor I have built the libssh2 but when I linked into ARMV4i wrapper project I am facing linker errors. Doubt: can libssh2 work for ARMV4i processor? Below are the errors. 1>------ Build started: Project: Mobiletesting, Configuration: Debug Windows Mobile 6 Professional SDK (ARMV4I) ------ 1>Linking... 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol RSA_new referenced in function _libssh2_rsa_new 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol BN_bin2bn referenced in function _libssh2_rsa_new 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol BN_new referenced in function _libssh2_rsa_new 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol RSA_verify referenced in function _libssh2_rsa_sha1_verify 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol DSA_new referenced in function _libssh2_dsa_new 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol DSA_SIG_free referenced in function _libssh2_dsa_sha1_verify 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol DSA_do_verify referenced in function _libssh2_dsa_sha1_verify 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol DSA_SIG_new referenced in function _libssh2_dsa_sha1_verify 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol EC_GROUP_get_curve_name referenced in function _libssh2_ecdsa_key_get_curve_ type 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol EC_KEY_get0_group referenced in function _libssh2_ecdsa_key_get_curve_type 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol EC_POINT_free referenced in function _libssh2_ecdsa_curve_name_ with_octal_new 1>libssh2.lib(openssl.obj) : error LNK2019: unresolved external symbol EC_KEY_set_public_key referenced in function _libssh2_ecdsa_curve_name_ with_octal_new Thanks in advance Regards, Geetha
_______________________________________________ libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel