Linked Questions
54 questions linked to/from Getting "Not found" message when running a 32-bit binary on a 64-bit system
1
vote
1
answer
11k
views
Cannot run 32-bit executable on 64-bit system with multi-arch support [closed]
I compiled a 32-bit executable for a Linux machine. It runs on most Linux distros without trouble. However, on Ubuntu 16.04 LTS, I get the No such file or directory error when trying to execute it. ...
2
votes
1
answer
8k
views
What to do with an executable file that simply doesn't execute?
I downloaded the Linux executable for Unetbootin 494, and now I'm trying to run it. As root, I made it executable and attempted to execute it:
chmod +x unetbootin-linux-494
./unetbootin-linux-494
...
6
votes
1
answer
4k
views
Command & binary exists but cannot be executed
I transfered /etc/* files from one Linux server to another and now I have a strange error. Both are Debian Squeeze.
When I run a command, e.g. ssh, I get an error:
bash: /usr/bin/ssh: No such file ...
3
votes
1
answer
4k
views
Can see file in /usr/local/bin with ls, but attempting to run it yields file not found?
I'm on OS X, but since this is terminal work I figured this was the best place to ask. I'm trying to get Sublime Text to work at the command line via subl and having no luck. I ran ln -s <location ...
2
votes
2
answers
1k
views
Why can't I run programs extracted from an archive?
Having downloaded archives of Sage, Firefox, and Thunderbird from their respective websites on Trisquel 6.0, neither clicking the appropriate shell script nor executing a command to run the programs ...
3
votes
1
answer
3k
views
Problem with executing Firefox version 9.0.1
I cannot run firefox version 9.0.1. When i try to execute the binary firefox I get an error -bash: ./firefox: cannot execute binary file. The info returned by file is as follows:
firefox: ELF 32-bit ...
1
vote
1
answer
3k
views
/bin/sh: ./check-dependencies.pl: not found — but check-dependencies.pl exists!
I'm trying to build Moses, but when I run make I get the following output:
minakshi@minakshi-Vostro-3500:~/Desktop/working-dir/moses/scripts$ make release
# Compile the parts
make all
make[1]: ...
0
votes
1
answer
2k
views
Running a custom-compiled executable returns "No such file or directory"
I have an executable but when I run it I get "No such file or directory"
$ chmod a+x bin
$ file bin
bin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/...
1
vote
1
answer
2k
views
Can't run binary executable on Ubuntu 12.04
I get the following error: ./cataclysm: command not found when trying to run this executable on a Linux server over SSH.
When I run ldd cataclysm, I get:
linux-gate.so.1 => (0xf7759000)
liblua5....
3
votes
2
answers
2k
views
Ubuntu 10.04 can't boot, kernel panic
I downloaded pcap source compiled it and got a lib ending in libsomething.so.1.21.1. I tried to find how to install a lib online and in my impatience did the following
sudo .install-sh /lib ...
2
votes
1
answer
2k
views
How to install & run collectd on Solaris 10 x86
I am trying to install and run collectd on Solaris 10 x86. I downloaded the Solaris x86 version of the installer. Installed using pkd_add command and chose the default folders.
Now I am trying to ...
0
votes
1
answer
2k
views
Installing Maya 2014 : "./setup" returns "/Setup is a directory" instead of running installer?
Im currently installing (or trying to install) my Autodesk 3d Packages on my new LinuxMint installation.
Im following the Guide for installing Autodesk Maya provided by Autodesk (as found here), but ...
3
votes
0
answers
2k
views
"No such file or directory" but the binary exist
I recently installed an dynamic binary translation program to run x86_64 binary on my ARMv8 server. After I uninstall the DBT tool, I found some weird error messages and it is very comfusing.
A little ...
1
vote
0
answers
1k
views
How to run 32bit executable on OpenSUSE 12.3 64bit?
I am using OpenSUSE 12.3 64bit and have installed 32bit runtime environment from here. But when I enter command ./abc which is a 32bit executable, it said "No such file or directory". What should I do?...
1
vote
2
answers
1k
views
/init can't find /bin/mount, but find / can?
I have trouble, while booting up a linux machine of mine.
During the boot phase, while running the /init script it complains about not being able to find mount. My PATH variable is set to /sbin and /...