Hi, During the Cross-compilation of OpenSSL 1.0.0 with ECDH support, I have used the following configuration options ./Configure dist shared threads -D_REENTRANT -mabi=64 -march=octeon2 -O3 -fomit-frame-pointer -lpthread enable-ec enable-ecdh But it says that, Configured for dist. You gave the option 'shared'. Normally, that would give you shared libraries. Unfortunately, the OpenSSL configuration doesn't include shared library support for this platform yet, so it will pretend you gave the option 'no-shared'. If you can inform the developpers (openssl-dev\@openssl.org) how to support shared libraries on this platform, they will at least look at it and try their best (but please first make sure you have tried with a current version of OpenSSL). Can anyone please suggest how to overcome this and create shared libraries? Thanks in advance for your support. Regards, Chinmaya
