New comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/issues/45667#issuecomment-1684889128 Comment: I found the file. What's next? ``` % readelf -d lib/jna/amd64/libjnidispatch.so Dynamic section at offset 0x1d480 contains 23 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000e (SONAME) Library soname: [../build/libjnidispatch.so] 0x0000000000000010 (SYMBOLIC) 0x0 0x000000000000000c (INIT) 0x41f0 0x000000000000000d (FINI) 0x18778 0x0000000000000004 (HASH) 0x1b8 0x000000006ffffef5 (GNU_HASH) 0x818 0x0000000000000005 (STRTAB) 0x2080 0x0000000000000006 (SYMTAB) 0xd00 0x000000000000000a (STRSZ) 4720 (bytes) 0x000000000000000b (SYMENT) 24 (bytes) 0x0000000000000003 (PLTGOT) 0x21d6d0 0x0000000000000002 (PLTRELSZ) 1368 (bytes) 0x0000000000000014 (PLTREL) RELA 0x0000000000000017 (JMPREL) 0x3c98 0x0000000000000007 (RELA) 0x34d0 0x0000000000000008 (RELASZ) 1992 (bytes) 0x0000000000000009 (RELAENT) 24 (bytes) 0x000000006ffffffe (VERNEED) 0x3490 0x000000006fffffff (VERNEEDNUM) 1 0x000000006ffffff0 (VERSYM) 0x32f0 0x000000006ffffff9 (RELACOUNT) 79 0x0000000000000000 (NULL) 0x0 ``` --- ``` readelf -d lib/pty4j/linux/x86-64/libpty.so Dynamic section at offset 0x2e08 contains 25 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000e (SONAME) Library soname: [libpty.so] 0x000000000000000c (INIT) 0xef8 0x000000000000000d (FINI) 0x1b00 0x0000000000000019 (INIT_ARRAY) 0x202df0 0x000000000000001b (INIT_ARRAYSZ) 8 (bytes) 0x000000000000001a (FINI_ARRAY) 0x202df8 0x000000000000001c (FINI_ARRAYSZ) 8 (bytes) 0x000000006ffffef5 (GNU_HASH) 0x1f0 0x0000000000000005 (STRTAB) 0x7c8 0x0000000000000006 (SYMTAB) 0x2a0 0x000000000000000a (STRSZ) 564 (bytes) 0x000000000000000b (SYMENT) 24 (bytes) 0x0000000000000003 (PLTGOT) 0x203000 0x0000000000000002 (PLTRELSZ) 936 (bytes) 0x0000000000000014 (PLTREL) RELA 0x0000000000000017 (JMPREL) 0xb50 0x0000000000000007 (RELA) 0xa90 0x0000000000000008 (RELASZ) 192 (bytes) 0x0000000000000009 (RELAENT) 24 (bytes) 0x000000006ffffffe (VERNEED) 0xa70 0x000000006fffffff (VERNEEDNUM) 1 0x000000006ffffff0 (VERSYM) 0x9fc 0x000000006ffffff9 (RELACOUNT) 3 0x0000000000000000 (NULL) 0x0 ```