LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cannot Execute Binary File (https://www.linuxquestions.org/questions/linux-software-2/cannot-execute-binary-file-331799/)

meshcurrent 06-09-2005 05:09 AM

Cannot Execute Binary File
 
Attempting to run an executable on a Red Hat Enterprise Server results in the following error:

./runInstaller: line 58: ./runInstaller: cannot execute binary file

The output of the file command on the binary file is:

runInstaller: ELF 64-bit LSB executable, IA-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), not stripped

The content of the machine's /proc/cpuinfo is:

processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.20GHz
stepping : 1
cpu MHz : 3192.078
cache size : 1024 KB
physical id : 0
siblings : 2
runqueue : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 6370.09

processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.20GHz
stepping : 1
cpu MHz : 3192.078
cache size : 1024 KB
physical id : 0
siblings : 2
runqueue : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 6383.20

processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.20GHz
stepping : 1
cpu MHz : 3192.078
cache size : 1024 KB
physical id : 3
siblings : 2
runqueue : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 6383.20

processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.20GHz
stepping : 1
cpu MHz : 3192.078
cache size : 1024 KB
physical id : 3
siblings : 2
runqueue : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm lm
bogomips : 6383.20

Is it a 32-bit/64-bit code?

Youssef Eldakar
Bibliotheca Alexandrina

bathory 06-09-2005 05:22 AM

Quote:

runInstaller: ELF 64-bit LSB executable, IA-64, version 1 (SYSV)
It's an 64-bit executable.
Btw 4 Xeon CPUs!!!! I wish I have one of them ;)

meshcurrent 06-12-2005 01:30 AM

The CPU I have Linux installed on is a Xeon:

model name : Intel(R) Xeon(TM) CPU 3.20GHz

Does that mean I have something set up incorrectly?

Youssef Eldakar
Bibliotheca Alexandrina

lynxuser 07-09-2005 03:39 PM

If it is possible, try compling the program from source...


All times are GMT -5. The time now is 12:50 AM.