I am working on a custom hand-held device which runs a variant of Ubuntu Linux, 2.6.18. I have a set of 4 binary files (for oprofile) which have been known to run in this environment, but when I install them to /usr/bin, I can't run them: I get this message;
Code: Select all
root@ldogberry:/usr/bin# ./ophelp
-sh: ./ophelp: not found
I've checked all of the permissions on the files -- they appear to the the same as the other files in the /usr/bin directory, which work correctly:
Code: Select all
root@dogberry:/usr/bin# ls -al opreport ophelp oprofiled objdump
-rwxr-xr-x 1 root root 550216 Sep 10 2008 objdump
-rwxr-xr-x 1 root root 27008 Jan 1 06:42 ophelp
-rwxr-xr-x 1 root root 591308 Jan 1 06:30 opreport
-rwxr-xr-x 1 root root 278321 Jan 1 06:30 oprofiled