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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -