Sense or Nonsense!?

21.10.2009

-sh: ./progam: File or Directory not found

Filed under: Linux — Ephraim @ 15:48

Today I ran into the problem on a linux box:
-sh: ./progam: File or Directory not found

Doesn’t matter what I tried, it always dumped that §$*&#§$*@”*§*$§&/ error.

So guess what it was …
I was on a 64 bit machine and the program was 32 bit.
So if you have a smiliar problem, make sure you have installed lib32gcc1 (or any corresponding 32 bit layer for 64 bit machines).

Ciao Ephraim

1 Comment »

  1. For me helped the ldd command – which prints the needed so files.
    Sometimes multilib package is a good starting point ;-)

    Comment by Spiff — 15.11.2009 @ 20:32

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress