Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Is this the only thing that can trigger the error message? I've got the 32-bit libraries installed and here's the output of ldd but I still get the same error. Commented Jun 3, 2015 at 20:58
  • 1
    @NathanOsman Probably unix.stackexchange.com/questions/76490/… Commented Jun 3, 2015 at 21:00
  • I tried installing lsb-core but that didn't seem to help. I think I better open a new question for this. Commented Jun 3, 2015 at 21:08
  • Thank you for this, you just ended two days of head-scratching. I thought everything was being statically compiled but it was not! Commented Aug 21, 2017 at 23:31
  • Sometimes, the architecture code is 686 or i686 rather than 386 or i386, and it's still 32-bits. Commented Jan 12 at 14:41