On Fri, Dec 13, 2024 at 07:38:19PM +1000, Paul W. Rankin wrote: > Thanks Martin! ld.elf_so was it! I knew to ldd, but not this. Is there > somewhere I would have found this by myself?
I've been there and done that recently, so it was pretty obvious to me. In general file(1) tells you about it, like: > file /bin/sh /bin/sh: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, interpreter /libexec/ld.elf_so, for NetBSD 10.99.12, not stripped or readelf -l. Martin