On Wednesday, May 3, 2023 at 3:58:53 AM UTC-7 Mayuresh wrote: $ file /opt/Adobe/Reader9/Reader/intellinux/bin/acroread /opt/Adobe/Reader9/Reader/intellinux/bin/acroread: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.5, stripped $ ldd /opt/Adobe/Reader9/Reader/intellinux/bin/acroread not a dynamic executable Strange that ldd cannot read the executable. But maybe that always happens for 32-bit executables on 64-bit system? I don't have enough experience to know. Is the file /lib/ld-linux.so.2 present on your system? That file should be the 32-bit dynamic linker. Whereas on my 64 bit system, the 64-bit dynamic linker appears to be /lib64/ld-linux-x86-64.so.2. $ ldd /bin/ls linux-vdso.so.1 (0x00007fff74385000) libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007f26d9c1f000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f26d99f7000) libpcre2-8.so.0 => /lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007f26d9960000) /lib64/ld-linux-x86-64.so.2 (0x00007f26d9c7d000) $ file /bin/ls /bin/ls: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=[snip], for GNU/Linux 3.2.0, stripped Sorry I cannot offer more assistance. -- You received this message because you are subscribed to the Google Groups "voidlinux" group. To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/680c3b83-67c4-4f72-b0c7-8f5530193c99n%40googlegroups.com.