Jump to content

bornpilot

Members
  • Posts

    5
  • Joined

  • Last visited

  1. lanfu, what application are you using for your containers? Docker or something else?
  2. Chrisf, yes. I have also put the file in /usr/local/bin/ following the Debian FHS.
  3. Lanefu that's actually helpful. Yes, so the binary file was complied for ARMv7 and my board is ARMv8 however, from the arm documentation there is support for aarch32 for backwards compatibility with ARMv7 applications.
  4. What would cause the following dialog to show up when running a binary? : No such file or directory When I run strace against the file I get the following for the execution command. execve("./spyserver", ["./spyserver"], [/* 20 vars */]) = -1 ENOENT (No such file or directory)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines