Did you set your exports correctly? For example:
Crystal Space -> installed to /home/user/molblue/CS -> export CRYSTAL=$HOME/molblue/CS
CEL -> installed to /home/user/molblue/cel -> export CEL=$HOME/molblue/cel/ + export CSCONFPATH=$HOME/moblue/cel/
And don\'t forget that the exports only work for the current session. To enable them everytime you log in, add them to your .bashrc file or make a startup script in your PS folder like this:
export CRYSTAL=$HOME/molblue/CS
export CEL=$HOME/molblue/cel/
export CSCONFPATH=$HOME/moblue/cel/
./psclient
You can do this for pssetup too, just change the last line. And don\'t forget to make the script executable with chmod +x
