linux - How to fix ../libcrypto.so: undefined reference to `rc4_md5_enc'? -
i trying cross compile openssl arm on 64bit ubuntu. getting following errors
: undefined reference `bio_f_zlib' ../libcrypto.so: undefined reference `rc4_md5_enc' ../libcrypto.so: undefined reference `mod_exp_512'
please tell me how rectify this.
not sure if helps did tried running ./configure linux-x86_64
Comments
Post a Comment