find / -type f -exec {} version \; find / -type f -exec objdump -x {} \; find / -type f -exec ldd {} \; looks like you only have 1 openssl binary, 0.9.7.a on your host. objdump -x & ldd will show you which libraries the openssl binary is compiled to use on your host. so…. objdump -x [ full path to your openssl binary ] ldd [ full path to your openssl binary ] > On 4 Jun 2018, at 10:18 PM, Sampei <sampei02@xxxxxxxxxx> wrote: > > Here is result for first command: > find / -type f -name openssl -exec {} version \; > OpenSSL 0.9.7a Feb 19 2003 > What means repeat with? > What I have to type for next comand exactly please? > objdump -x & ldd..... > Il 04.06.2018 08:30 FooCrypt ha scritto: > >> find / -type f -name openssl -exec {} version \; >> >> repeat with >> >> objdump -x & ldd to determine which libraries, etc are being used. >> >>> On 4 Jun 2018, at 3:47 PM, Sampei <sampei02@xxxxxxxxxx> wrote: Can you help to understand if I have 2 OPenSSL installed into my "old old" server please? rpm -qa | grep openssl gives: openssl-0.9.7a-33.10 Furthermore I found out following files into /usr/local/openssl-0.9.7e (perhaps a uncompressed tar file) : apps CHANGES.SSLeay Configure diffs.6e diffs.sec6 doc FAQ install.com INSTALL.VMS MacOS makevms.com openssl.doxy PROBLEMS shlib tools bugs comms.txt crypto diffs.6x diffs.sec6e do_patch.sh fips INSTALL.DJGPP INSTALL.W32 Makefile ms openssl.spec README ssl util certs comm.txt demos diffs.7 diffs.sec7 e_os2.h include INSTALL.MacOS INSTALL.WCE Makefile.bak NEWS os2 README.ASN1 test VMS CHANGES config diffs.6 diffs.sec diffs.secfix e_os.h INSTALL INSTALL.OS2 LICENSE Makefile.org op perl README.ENGINE times If I find .cnf files: /usr/local/openssl-0.9.7e/apps/oid.cnf /usr/local/openssl-0.9.7e/apps/openssl.cnf /usr/local/openssl-0.9.7e/apps/openssl-vms.cnf /usr/local/openssl-0.9.7e/crypto/conf/ssleay.cnf /usr/local/openssl-0.9.7e/test/CAss.cnf /usr/local/openssl-0.9.7e/test/CAssdh.cnf /usr/local/openssl-0.9.7e/test/CAssdsa.cnf /usr/local/openssl-0.9.7e/test/CAssrsa.cnf /usr/local/openssl-0.9.7e/test/Sssdsa.cnf /usr/local/openssl-0.9.7e/test/Sssrsa.cnf /usr/local/openssl-0.9.7e/test/test.cnf /usr/local/openssl-0.9.7e/test/Uss.cnf /usr/share/ssl/openssl.cnf What do you think? Con Mobile Open 6 GB hai 6 Giga, 600 minuti e 300 SMS per il tuo smartphone a 9€ al mese per sempre. Passa ora a Tiscali Mobile, il nostro mese è vero! http://tisca.li/Open6GB0318 -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users >> -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users > > > > Con Mobile Open 6 GB hai 6 Giga, 600 minuti e 300 SMS per il tuo smartphone a 9€ al mese per sempre. Passa ora a Tiscali Mobile, il nostro mese è vero! http://tisca.li/Open6GB0318 > > -- > openssl-users mailing list > To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users