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 LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
The system info returned by uname -r is:
2.6.37
It might be worth mentioning that I do not have administrator rights on this machine (I have a shell account).
I am downloading the file from the following web page: http://www.mozilla.org/en-US/firefox/all.html (file name firefox-9.0.1.tar.bz2)
Then I am extracting the file into my home folder using tar xvf firefox-9.0.1.tar.bz2.
Then I go into the firefox directory and try to execute by typing ./firefox. After that I get the aforementioned error.
The file firefox of course have the rights to be executed (x).
Does anyone have any idea why I cannot execute the browser?
ldd ./firefox, andreadelf -a ./firefox|grep Requesting? – Mat Jan 04 '12 at 15:37ldd ./firefoxshows this/usr/bin/ldd: line 161: /lib/ld-linux.so.2: cannot execute binary file not a dynamic executable. The second one shows[Requesting program interpreter: /lib/ld-linux.so.2]. – Jagger Jan 04 '12 at 15:57uname -mrreturns2.6.37 x86_64. Right now I am looking for a 64 bit Firefox binaries. I will let you know whether it solves the problem. – Jagger Jan 04 '12 at 16:04