Closed
Description
I followed the README
, and at the end I get a few symbols-not-found error upon building the framework. This is on Mavericks with Xcode 5.1.
Undefined symbols for architecture x86_64:
"_EVP_aes_128_ctr", referenced from:
_libssh2_crypt_method_aes128_ctr in libssh2.a(crypt.o)
(maybe you meant: __libssh2_EVP_aes_128_ctr)
"_EVP_aes_192_ctr", referenced from:
_libssh2_crypt_method_aes192_ctr in libssh2.a(crypt.o)
(maybe you meant: __libssh2_EVP_aes_192_ctr)
"_EVP_aes_256_ctr", referenced from:
_libssh2_crypt_method_aes256_ctr in libssh2.a(crypt.o)
(maybe you meant: __libssh2_EVP_aes_256_ctr)
Metadata
Metadata
Assignees
Labels
No labels