On Tue, Sep 13, 2011, Kenneth Goldman wrote:

> I'm trying to compile a 32-bit openssl 1.0.0d on Intel 64-bit Linux RHEL 
> 6.1.
> 
> This was the only combination of many I tried that seems to work.  Was I 
> right?  Was there a better way?
> 
> ./Configure linux-generic32 -shared -m32
> 

That is the C only version without any assembly language optimisation. If you
try:

./config -t

on the target system it will tell you what configuration it is using. Using:

./Configure linux-elf -m32

(possibly with -shared) is likely to be better.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to