PlaneShift

Support => Linux Specific Issues => Topic started by: atze on August 15, 2006, 08:03:56 am

Title: Linux installation with *.bin file
Post by: atze on August 15, 2006, 08:03:56 am
Hello,

I've just downloaded the bin-file, which is linked at the download page.
http://psmirror.org/PlaneShift_CBV0.3.015b.bin
Now I wonder, what I can do with it... I've tried "sh Planeschift_..._.bin" but it doesn't work ("cannot execute bin file", and yes, I've made the bin file executable).
In the forum, I've found no topic, where it is explained, how to install the game with the bin-file. Just the Planeshift_.._.run file is mentioned everywhere!
Is there anywhere a HowTo file? I have not found anything like that. At the download page is just the annotation, "Launch the run command, and it will unpack." But how???

Hope, someone can help me!!

Atze
Title: Re: Linux installation with *.bin file
Post by: Bereror on August 15, 2006, 08:37:38 am
Why do you use "sh PlaneShift_CBV0.3.015b.bin"? Once you have made the file executable, just enter./PlaneShift_CBV0.3.015b.bin to the command line and it should do the job.
Title: Re: Linux installation with *.bin file
Post by: atze on August 15, 2006, 09:27:09 am
Thanks!!

Will try it later!
Sorry for the question, but I'm kind of a linux noob... Don't know so very much about bin's etc...

Title: Re: Linux installation with *.bin file
Post by: Rolf Blacksmith on August 15, 2006, 09:02:46 pm
Just as a remark:

On Linux it doesn't really matter what, if any, ending a filename has. (However, there are some linux progs that depend on them.)
Title: Re: Linux installation with *.bin file
Post by: Bigglez on August 17, 2006, 04:59:57 pm
Why wouldn't "sh something.bin' work?
On my distro (Kubuntu 6.06) it's a link to Bash. So what's the diffs between:
sh something
and making it executable and:
./something

?

PS - The second option works, the first does not, so there is something going on here.
Title: Re: Linux installation with *.bin file
Post by: Bereror on August 17, 2006, 05:34:46 pm
sh something executes a shell script in that file.

Code: [Select]
$ echo "echo \"Hello World\"" > test.sh
$ sh test.sh

PlaneShift installer is not a shell script, but a binary installer.
Title: Re: Linux installation with *.bin file
Post by: Xordan on August 17, 2006, 05:42:43 pm
Therefore it isn't parsed by bash, but opened in a seperate process.
Title: Re: Linux installation with *.bin file
Post by: Peacer on August 22, 2006, 07:29:05 pm
hmm i think you might want to try

chmod a+x PlaneShift_CBV0.3.015b.bin