Helo there!

After installing from source openssl-1.0.1t which I downloaded from
openssl.org, I'm getting "runtime error":
* /lib64/libcrypto.so.10: no version information available (required by
executedTool)*
Before installation I had openssl-1.0.1e

Flow how I build it:
tar zxf openssl-1.0.1t.tar (acronym to full name of 1.0.1t)
cd openssl-1.0.1t/
./config shared
make
make install
, it's installing in /usr/local/ssl/ that is why I copy to proper path
/lib64/ or /usr/lib64/ (dependently from OS: redhat, suse, fedora) and
overwrite old .so files.

*[x@x ~]# ./RemoteAgentLinux64 -verbose*
*./RemoteAgentLinux64: /lib64/libcrypto.so.10: no version information
available (required by ./RemoteAgentLinux64)*
*./RemoteAgentLinux64: /lib64/libcrypto.so.10: no version information
available (required by ./RemoteAgentLinux64)*


*./RemoteAgentLinux64: /lib64/libssl.so.10: no version information
available (required by ./RemoteAgentLinux64)*
*[x@x ~]# openssl version -a*
*OpenSSL 1.0.1t  3 May 2016*
*built on: Wed Jul 13 07:31:08 2016*
*platform: linux-x86_64*
*options:  bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int)
blowfish(idx)*
*compiler: gcc -I. -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN
-O3 -Wall -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: "/usr/local/ssl"*

I found some information that I'm gonna have this warning when I build tool
which I'm executing with older version of openssl ( < 1.0.1t ) then the one
which I wanna use finally ( 1.0.1t ). Is this possible?

Best regards,
Grzegorz Krajewski
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to