Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Command not found? How can this be?

Received: by 10.66.86.130 with SMTP id p2mr3379701paz.22.1352130340090;
        Mon, 05 Nov 2012 07:45:40 -0800 (PST)
Received: by 10.68.232.167 with SMTP id tp7mr2174183pbc.7.1352130340034; Mon,
 05 Nov 2012 07:45:40 -0800 (PST)
Path: 6ni62855pbd.1!nntp.google.com!kr7no32698667pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups: comp.os.linux.misc
Date: Mon, 5 Nov 2012 07:45:39 -0800 (PST)
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.234.177.59;
 posting-account=QiAvvwoAAAA0L3yyudDL0cLKD8XBU-UY
NNTP-Posting-Host: 98.234.177.59
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <fd3a26c5-7a3a-41a0-9692-14474d088f4d@googlegroups.com>
Subject: Command not found? How can this be?
From: bovineb...@gmail.com
Injection-Date: Mon, 05 Nov 2012 15:45:40 +0000
Content-Type: text/plain; charset=ISO-8859-1

I have an excutable delivered to my company. Call it dosomething.

I run 

./dosomething 

and I get

./dosomething: command not found

bizarre..... I tried this on two x86_64 machines, and then decided to run it on my netbook running i686 knoppix running from a usb stick.

It turns out that the executable is 32bit and can't run on 64 bit. But why? How can I fix this? Is it missing some library or something?