I am trying to cross compile openssl for ARM on 64bit ubuntu. I am getting following errors
: undefined reference to `BIO_f_zlib'
../libcrypto.so: undefined reference to `rc4_md5_enc'
../libcrypto.so: undefined reference to `mod_exp_512'
Please tell me how to rectify this.