Hi,
I am getting error while linking with 1.0.1c build for 64 bit platform. Here is what I did, 1. I build openssl as, ./Configure linux-generic64 --shared make build_libs 2. Then I tried to link my application with the library and it gives the following error, openssl/libcrypto.so: undefined reference to 'rc4_md5_enc' openssl/libcrypto.so: undefined reference to 'mod_exp_512' Please note that we have had successfully build (in the same way we do now) our application with 1.0.0g and also building for 32 bit with 1.0.1c is also successful. Please let me know if you need any more info. Thanks in advance. Regards, Rajib