Results 1 to 8 of 8
Hi
I am trying to run *****X on my Redhat8.0 system and am getting the following error...
bash: /usr/local/bin/*****X: cannot execute binary file
Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-26-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
*****X
Hi
I am trying to run *****X on my Redhat8.0 system and am getting the following error...
bash: /usr/local/bin/*****X: cannot execute binary file
Thanks
- 02-26-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What does "file /usr/local/bin/*****X" return?
- 02-26-2003 #3Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
file /usr/local/bin/*****X
This is what it gave me...
/usr/local/bin/*****X: ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV), dynamically linked (uses shared libs), not stripped
- 02-26-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
That means you downloaded a version for Alpha, and I'm guessing your not running an Alpha CPU, but something Intel compatible, right?
- 02-26-2003 #5Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
What cpu do you have?
- 02-26-2003 #6Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
cpu
its an AMD
- 02-26-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
In that case, you should download the i386 package. The source code will always work.
- 02-26-2003 #8Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
i386
Thanks, I forgot I had installed the wrong binary at first. Then I installed the i386.rpm without removing the files from /usr/local/bin. Thats why it wasnt working I removed those files uninstalled and reinstalled the i386 rpm and it worked fine. Thanks


Reply With Quote
