After installing steel blue on Linux i get an error running psclient, pssetup etc...
In brief, the client was installed to /opt ( default ) (from home ) , however the script tries to run ~/opt/Planeshift instead of /opt/Planeshift.
As a quick cheezy workaround I added a symbolic link in my home dir to /opt
Here's what happens when the script is run as shipped
user@3f00:~$ /opt/PlaneShift/psclient
+ R=/home/user//opt/PlaneShift/psclient
+ R=/home/user//opt/PlaneShift
+ cd /home/user//opt/PlaneShift
/opt/PlaneShift/psclient: line 5: cd: /home/user//opt/PlaneShift: No such file
or directory
+ chmod 770 psclient.bin
chmod: cannot access `psclient.bin': No such file or directory
+ export 'LD_LIBRARY_PATH=libs/:$LD_LIBRARY_PATH'
+ LD_LIBRARY_PATH='libs/:$LD_LIBRARY_PATH'
+ exec ./psclient.bin
/opt/PlaneShift/psclient: line 8: /home/user/psclient.bin: No such file or dir ectory
/opt/PlaneShift/psclient: line 8: exec: /home/user/psclient.bin: cannot execut e: No such file or directory