Hi, I am trying to run an executable file from a directory in a terminal, but it just won't happen. This is really strange:
What's going on here ?! I have tried running other such executables, same error. Please help.
Code:
alcy@alcy-desktop:~$ cd mprime
alcy@alcy-desktop:~/mprime$ ls -l
total 4156
-rw-r--r-- 1 alcy alcy 2110 2009-03-16 20:52 license.txt
-rwxr-xr-x 1 alcy alcy 4140905 2009-03-16 20:52 mprime
-rw-r--r-- 1 alcy alcy 23062 2009-03-16 20:52 readme.txt
-rw-r--r-- 1 alcy alcy 6860 2009-03-16 20:52 stress.txt
-rw-r--r-- 1 alcy alcy 19768 2009-03-16 20:52 undoc.txt
-rw-r--r-- 1 alcy alcy 53776 2009-03-16 20:52 whatsnew.txt
alcy@alcy-desktop:~/mprime$ ./mprime
bash: ./mprime: No such file or directory
alcy@alcy-desktop:~/mprime$ sudo ./mprime
sudo: unable to execute ./mprime: No such file or directory
alcy@alcy-desktop:~/mprime$
What's going on here ?! I have tried running other such executables, same error. Please help.