💾 Archived View for bbs.geminispace.org › u › stack › 5051 captured on 2024-05-10 at 13:03:13. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-03-21)
-=-=-=-=-=-=-
Re: "binary file reported as 'no such file or directory' upon..."
I won't be able till tomorrow.
2023-09-02 · 8 months ago
😈 dimkr · 2023-09-02 at 08:44:
dpkg --add-architecture i386 && apt update && apt install libc6:i386 should fix this, if this is Debian or a derivative like Ubuntu. This is the error you get when you run a 32-bit executable on a 64-bit OS but the 32-bit loader (part of glibc) is missing.
binary file reported as 'no such file or directory' upon execution — This has to be the weirdest behavior ever. A small utility that works fine on my main machine was copied over to my Thinkpad, running identical XUbuntu. Fails on ThinkPad only I can ls it, permissions are fine, even HD and objdump look reasonable. When I try to invoke it from command line, bash reports that it does not exist. strace shows execve with correct path, craps with ENOENT (no such file or directory) It's like it...