PlaneShift

Support => Linux Specific Issues => Topic started by: jrafael on March 23, 2007, 06:10:22 pm

Title: Help me please
Post by: jrafael on March 23, 2007, 06:10:22 pm
hi.
i am new in linux. i have installed Ubuntu 6.10 (Full Gamers Version).
when i treat too install the program this error it appears

./PlaneShift_CBV0.3.018.bin: 1: Syntax error: "(" unexpected

please help me...what is the significate?
Title: Re: Help me please
Post by: lirucan on March 23, 2007, 09:40:52 pm
firstly if posting an error please give a little more detail...

secondly have you followed all the step by step installation instructions found here (http://hydlaa.com/smf/index.php?topic=19389.0) in the Linux section of the forums???
Title: Re: Help me please
Post by: TerryHowe on March 23, 2007, 11:53:38 pm

Sounds like it is trying to run the program as a shell.  Did you do that from the shell prompt. 

Bring up a terminal and type

file ./Plan*

Should say something about being an executable for your processor.

If you put it on your desktop, run:

cd Desktop

first
Title: Re: Help me please
Post by: jrafael on March 24, 2007, 02:20:33 am
    
I did everything according to the instructions that leave in the page as to install it...and it gives this error:
the executable this in desktop then I write:

cd Desktop

soon i put:

sudo sh ./PlaneShift_CBV0.3.018.bin

and this is the next line that it appears

./PlaneShift_CBV0.3.018.bin: 1: Syntax error: "(" unexpected

this is all

Title: Re: Help me please
Post by: lirucan on March 24, 2007, 02:29:04 am
taib...

try
Code: [Select]
sudo ./PlaneShift_CBV0.3.018.bin or
Code: [Select]
sudo sh PlaneShift_CBV0.3.018.bin what you are actually typing is "execute the execution of this binary" instead of "execute this binary"...

EDIT: -->  FYI: sh = ./
Title: Re: Help me please
Post by: Wired_Crawler on March 24, 2007, 01:12:40 pm
jrafael, don't use syntax "sh PlaneShift_CBV0.3.018.bin", you are starting binary file, not shell script.

If "./PlaneShift_CBV0.3.018.bin" gives You that "Syntax error" message, You downloaded file is probably corrupt. Run:

md5sum PlaneShift_CBV0.3.018.bin

and compare obtained string with the one showed in already mentioned thread:  Installing on Linux and important information. (http://hydlaa.com/smf/index.php?topic=19389.0). If it is different, You must redownload PlaneShift (maybe from different mirror).

EDIT: -->  FYI: sh = ./

FYI: You are wrong...
Title: Re: Help me please
Post by: lirucan on March 25, 2007, 03:33:16 am
/begin :offtopic:

FYI: You are wrong...

ever installed the ATI driver binary???
you have to execute that as a shell...

but I accept your correction on there being a difference between ./ and sh
and can only say that ATI caused this misconception for me...

/end  :offtopic: