<div dir="ltr"><span style="font-size:12.8px">Helo there!</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">After installing from source openssl-1.0.1t which I downloaded from </span><a href="http://openssl.org/" target="_blank" style="font-size:12.8px">openssl.org</a><span style="font-size:12.8px">, I'm getting "runtime error":</span><br style="font-size:12.8px"><b style="font-size:12.8px"> /lib64/libcrypto.so.10: no version information available (required by executedTool)</b><br style="font-size:12.8px"><span style="font-size:12.8px">Before installation I had openssl-1.0.1e</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Flow how I build it:</span><br style="font-size:12.8px"><span style="font-size:12.8px">tar zxf openssl-1.0.1t.tar (acronym to full name of 1.0.1t)</span><br style="font-size:12.8px"><span style="font-size:12.8px">cd openssl-1.0.1t/</span><br style="font-size:12.8px"><span style="font-size:12.8px">./config shared</span><br style="font-size:12.8px"><span style="font-size:12.8px">make</span><br style="font-size:12.8px"><span style="font-size:12.8px">make install</span><br style="font-size:12.8px"><span style="font-size:12.8px">, 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.</span><br style="font-size:12.8px"><b style="font-size:12.8px"><br></b><div style="font-size:12.8px"><div><b>[x@x ~]# ./RemoteAgentLinux64 -verbose</b></div><div><b>./RemoteAgentLinux64: /lib64/libcrypto.so.10: no version information available (required by ./RemoteAgentLinux64)</b></div><div><b>./RemoteAgentLinux64: /lib64/libcrypto.so.10: no version information available (required by ./RemoteAgentLinux64)</b></div><div><b>./RemoteAgentLinux64: /lib64/libssl.so.10: no version information available (required by ./RemoteAgentLinux64)<br><br></b></div><div><div><b>[x@x ~]# openssl version -a</b></div><div><b>OpenSSL 1.0.1t  3 May 2016</b></div><div><b>built on: Wed Jul 13 07:31:08 2016</b></div><div><b>platform: linux-x86_64</b></div><div><b>options:  bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx)</b></div><div><b>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</b></div><div><b>OPENSSLDIR: "/usr/local/ssl"</b></div></div><font face="tahoma, sans-serif"><div><font face="tahoma, sans-serif"><br>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?<br><br></font></div>Best regards,<br>Grzegorz Krajewski</font></div></div>