I Compiled the openssl-0.9.8d with the following options..
 $ ./config shared no-threads -fPIC no-sse2
on FreeBSD 7.0

When I try to generate private key using,
 $ ./openssl genrsa -des3 -out mykey.pem

It is saying " Illegal Instruction".

But FreeBSD 7.0 came with default openssl version 0.9.8e
When I using that openssl it is working fine.
 $ openssl genrsa -des3 -out meykey.pem

The above command works fine.

Please, let me know any problem with my configuration.

Thanks,
Srikanth

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to