View previous topic :: View next topic |
Author |
Message |
Taellik -
Joined: 08 Jul 2002 Posts: 42 Location: USA
|
Posted: Thu Apr 09, 2009 12:51 am Post subject: Install Failure with Yellow Dog LInux |
|
|
After installing Abyss, when I try to execute it I get the follow error message :
bash: ./abyssws: cannot execute binary file
Following is the terminal results to check if Linux tarball unzippped properly and the commands issued. . .
[greg@localhost AbyssWebServer]$ cd ./abyssws
[greg@localhost abyssws]$ ls
abyssws console htdocs kcstore license.txt
autostart-setup doc Installation Instructions.html lang log
[greg@localhost abyssws]$ ./abyssws
bash: ./abyssws: cannot execute binary file
[greg@localhost abyssws]$
Anyone been able to get Abyss to run on Linux ? |
|
Back to top |
|
|
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Fri Apr 10, 2009 9:49 pm Post subject: Re: Install Failure with Yellow Dog LInux |
|
|
Taellik wrote: | After installing Abyss, when I try to execute it I get the follow error message :
bash: ./abyssws: cannot execute binary file
Following is the terminal results to check if Linux tarball unzippped properly and the commands issued. . .
[greg@localhost AbyssWebServer]$ cd ./abyssws
[greg@localhost abyssws]$ ls
abyssws console htdocs kcstore license.txt
autostart-setup doc Installation Instructions.html lang log
[greg@localhost abyssws]$ ./abyssws
bash: ./abyssws: cannot execute binary file
[greg@localhost abyssws]$
Anyone been able to get Abyss to run on Linux ? |
The problem you are suffering could be caused by incorrect permissions.
what is the output of the command ls -l ?
Two posts that i recommend you read are
http://www.aprelium.com/forum/viewtopic.php?t=4484
http://www.aprelium.com/forum/viewtopic.php?t=2443
They will tell you more information on setting up Abyss to run on Linux and get Abyss to run on port 80 _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
|
Taellik -
Joined: 08 Jul 2002 Posts: 42 Location: USA
|
Posted: Sat Apr 11, 2009 1:02 pm Post subject: |
|
|
Here's the results I get ...
[greg@localhost abyssws]$ ls -l
total 1392
-rwxr-xr-x 1 greg greg 1374076 Apr 8 19:49 abyssws
-rwxr-xr-x 1 greg greg 4068 Apr 8 19:49 autostart-setup
drwxr-xr-x 2 greg greg 4096 Apr 8 19:49 console
drwxr-xr-x 2 greg greg 4096 Apr 8 19:49 doc
drwxr-xr-x 2 greg greg 4096 Apr 8 19:49 htdocs
-rw-r--r-- 1 greg greg 556 Apr 8 19:49 Installation Instructions.html
drwxr-xr-x 2 greg greg 4096 Apr 8 19:49 kcstore
drwxr-xr-x 2 greg greg 4096 Apr 8 19:49 lang
-rw-r--r-- 1 greg greg 8274 Apr 8 19:49 license.txt
drwxr-xr-x 2 greg greg 4096 Apr 8 19:49 log
[greg@localhost abyssws]$ ./abyssws
bash: ./abyssws: cannot execute binary file
[greg@localhost abyssws]$
Thanks for the suggestion...but still same problem.
Cannot execute binary file |
|
Back to top |
|
|
|