<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<div>Perhaps it's missing -'name openssl' in the 3 commands.</div>
<div>However I run:</div>
<div>1) find / -type f -name openssl -exec ldd {} \;</div>
<div>        libssl.so.4 => /lib/libssl.so.4 (0x0098f000)<br />        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00718000)<br />        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00830000)<br />        libcom_err.so.2 => /lib/libcom_err.so.2 (0x006ee000)<br />        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x0080c000)<br />        libresolv.so.2 => /lib/libresolv.so.2 (0x006d9000)<br />        libcrypto.so.4 => /lib/libcrypto.so.4 (0x0089b000)<br />        libdl.so.2 => /lib/libdl.so.2 (0x0067c000)<br />        libz.so.1 => /usr/lib/libz.so.1 (0x00682000)<br />        libc.so.6 => /lib/libc.so.6 (0x0052a000)<br />        /lib/ld-linux.so.2 (0x0050c000)</div>
<div>2) find / -type f -name openssl -exec objdump -x {} \;<br /><br />/usr/bin/openssl:     file format elf32-i386<br />/usr/bin/openssl<br />architecture: i386, flags 0x00000112:<br />EXEC_P, HAS_SYMS, D_PAGED<br />start address 0x08054490<br /><br />Program Header:<br />    PHDR off    0x00000034 vaddr 0x08048034 paddr 0x08048034 align 2**2<br />         filesz 0x000000e0 memsz 0x000000e0 flags r-x<br />  INTERP off    0x00000114 vaddr 0x08048114 paddr 0x08048114 align 2**0<br />         filesz 0x00000013 memsz 0x00000013 flags r--<br />    LOAD off    0x00000000 vaddr 0x08048000 paddr 0x08048000 align 2**12<br />         filesz 0x0004f678 memsz 0x0004f678 flags r-x<br />    LOAD off    0x00050000 vaddr 0x08098000 paddr 0x08098000 align 2**12<br />         filesz 0x00007174 memsz 0x00007174 flags rw-<br /> DYNAMIC off    0x00052420 vaddr 0x0809a420 paddr 0x0809a420 align 2**2<br />         filesz 0x00000110 memsz 0x00000110 flags rw-<br />    NOTE off    0x00000128 vaddr 0x08048128 paddr 0x08048128 align 2**2<br />         filesz 0x00000020 memsz 0x00000020 flags r--<br />   STACK off    0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**2<br />         filesz 0x00000000 memsz 0x00000000 flags rw-<br /><br />Dynamic Section:<br />  NEEDED      libssl.so.4<br />  NEEDED      libgssapi_krb5.so.2<br />  NEEDED      libkrb5.so.3<br />  NEEDED      libcom_err.so.2<br />  NEEDED      libk5crypto.so.3<br />  NEEDED      libresolv.so.2<br />  NEEDED      libcrypto.so.4<br />  NEEDED      libdl.so.2<br />  NEEDED      libz.so.1<br />  NEEDED      libc.so.6<br />  INIT        0x80516f8<br />  FINI        0x8086ca8<br />  HASH        0x8048148<br />  STRTAB      0x809becc<br />  SYMTAB      0x804958c<br />  STRSZ       0x3295<br />  SYMENT      0x10<br />  DEBUG       0x0<br />  PLTGOT      0x809a544<br />  PLTRELSZ    0x16b8<br />  PLTREL      0x11<br />  JMPREL      0x8050040<br />  REL         0x804fed0<br />  RELSZ       0x170<br />  RELENT      0x8<br />  VERNEED     0x804fe90<br />  VERNEEDNUM  0x1<br />  VERSYM      0x804f882<br />  0x6ffffef9  0x804c5ec<br />  0x6ffffdf7  0xdc<br />  0x6ffffef8  0x804c6c8<br />  0x6ffffdf6  0x108<br /><br />Version References:<br />  required from libc.so.6:<br />    0x0d696913 0x00 04 GLIBC_2.3<br />    0x0d696911 0x00 03 GLIBC_2.1<br />    0x0d696910 0x00 02 GLIBC_2.0<br /><br />Sections:<br />Idx Name          Size      VMA       LMA       File off  Algn<br />  0 .interp       00000013  08048114  08048114  00000114  2**0<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  1 .note.ABI-tag 00000020  08048128  08048128  00000128  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  2 .hash         00001444  08048148  08048148  00000148  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  3 .dynsym       00003060  0804958c  0804958c  0000158c  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  4 .gnu.liblist  000000dc  0804c5ec  0804c5ec  000045ec  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  5 .gnu.conflict 00000108  0804c6c8  0804c6c8  000046c8  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  6 .gnu.version  0000060c  0804f882  0804f882  00007882  2**1<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  7 .gnu.version_r 00000040  0804fe90  0804fe90  00007e90  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  8 .rel.dyn      00000170  0804fed0  0804fed0  00007ed0  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br />  9 .rel.plt      000016b8  08050040  08050040  00008040  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br /> 10 .init         00000017  080516f8  080516f8  000096f8  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, CODE<br /> 11 .plt          00002d80  08051710  08051710  00009710  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, CODE<br /> 12 .text         00032818  08054490  08054490  0000c490  2**4<br />                  CONTENTS, ALLOC, LOAD, READONLY, CODE<br /> 13 .fini         0000001b  08086ca8  08086ca8  0003eca8  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, CODE<br /> 14 .rodata       00010991  08086ce0  08086ce0  0003ece0  2**5<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br /> 15 .eh_frame     00000004  08097674  08097674  0004f674  2**2<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br /> 16 .data         00002420  08098000  08098000  00050000  2**5<br />                  CONTENTS, ALLOC, LOAD, DATA<br /> 17 .dynamic      00000110  0809a420  0809a420  00052420  2**2<br />                  CONTENTS, ALLOC, LOAD, DATA<br /> 18 .ctors        00000008  0809a530  0809a530  00052530  2**2<br />                  CONTENTS, ALLOC, LOAD, DATA<br /> 19 .dtors        00000008  0809a538  0809a538  00052538  2**2<br />                  CONTENTS, ALLOC, LOAD, DATA<br /> 20 .jcr          00000004  0809a540  0809a540  00052540  2**2<br />                  CONTENTS, ALLOC, LOAD, DATA<br /> 21 .got          00000c20  0809a544  0809a544  00052544  2**2<br />                  CONTENTS, ALLOC, LOAD, DATA<br /> 22 .bss          00000d4c  0809b180  0809b180  00053180  2**5<br />                  CONTENTS, ALLOC, LOAD, DATA<br /> 23 .dynstr       000032a8  0809becc  0809becc  00053ecc  2**0<br />                  CONTENTS, ALLOC, LOAD, READONLY, DATA<br /> 24 .gnu_debuglink 00000014  00000000  00000000  00057174  2**2<br />                  CONTENTS, READONLY<br /> 25 .gnu.prelink_undo 000004d4  00000000  00000000  00057188  2**2<br />                  CONTENTS, READONLY<br />SYMBOL TABLE:<br />no symbols</div>
<div>3) find / -type f -name openssl -</div>
<div>exec {} version \;<br />OpenSSL 0.9.7a Feb 19 2003<br /><br /></div>
<p>Il 04.06.2018 14:35 FooCrypt ha scritto:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>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 ]</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">On 4 Jun 2018, at 10:18 PM, Sampei <<a href="mailto:sampei02@tiscali.it">sampei02@tiscali.it</a>> 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:
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">find / -type f -name openssl -exec {} version \; repeat with objdump -x & ldd to determine which libraries, etc are being used.
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">On 4 Jun 2018, at 3:47 PM, Sampei <<a href="mailto:sampei02@tiscali.it">sampei02@tiscali.it</a>> 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! <a href="http://tisca.li/Open6GB0318">http://tisca.li/Open6GB0318</a> -- openssl-users mailing list To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a></blockquote>
-- openssl-users mailing list To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a></blockquote>
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! <a href="http://tisca.li/Open6GB0318">http://tisca.li/Open6GB0318</a> -- openssl-users mailing list To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a></blockquote>
<pre><span class="sig">-- openssl-users mailing list To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users">https://mta.openssl.org/mailman/listinfo/openssl-users</a> </span></pre>
</blockquote>
</body></html>
<br><br/><br/>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! <a href='http://tisca.li/Open6GB0318' target='_blank'>http://tisca.li/Open6GB0318</a><br/><br/>