32 bit - How to change or add openssl 32 bit driver on Centos 6.4 -


i have no idea how need 32 bit openssl work in order install application.

this version info: (result of openssl version -a)

openssl 1.0.1e 11 feb 2013 built on: wed feb 13 11:31:32 est 2013 platform: linux-x86_64 options: bn(64,64) md2(int) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx) compiler: gcc -fpic -dopenssl_pic -dzlib -dopenssl_threads -d_reentrant -ddso_dlfcn -dhave_dlfcn_h -dkrb5_mit -m64 -dl_endian -dtermio -wall -o2 -g -pipe -wall -wp,-d_fortify_source=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -wa,--noexecstack -dpurify -dopenssl_ia32_sse2 -dopenssl_bn_asm_mont -dopenssl_bn_asm_mont5 -dopenssl_bn_asm_gf2m -dsha1_asm -dsha256_asm -dsha512_asm -dmd5_asm -daes_asm -dvpaes_asm -dbsaes_asm -dwhirlpool_asm -dghash_asm openssldir: "/etc/pki/tls" engines: rsax dynamic

i don't know start (other google)

the architect @ work figured out, don't have exact steps got:

yum install glibc.i686 yum install libstdc++.i686 yum install openssl.i686 

there sym-links don't know where. needed install 32-bit drivers (the openssl.i686) , dependencies (the other stuff)

hope can someone.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -