For those having problems compiling CVS, thats a easy way to play
Download Tarballs
http://www.planeshift3d.com/wbboard/thread.php?threadid=12682&boardid=33&styleid=3Alienize them
if you dont have alien:
apt-get install alienalien cel-b98_002-2.i386.rpm
alien CrystalSpace-b0.99-2.i386.rpm
alien libcal3d-0.9.1-1.i386.rpm
alien planeshift-b01-2.i386.rpmthen I think you should check for packages:
libssl-dev libcrypto++-dev libcurl-devthen install packages:
dpkg -i cel-b98_002-2.i386.rpm
dpkg -i CrystalSpace-b0.99-2.i386.rpm
dpkg -i libcal3d-0.9.1-1.i386.rpm
dpkg -i planeshift-b01-2.i386.rpmthen edit /usr/local/planeshift/updaterconfig.xml and insert
run /usr/local/planeshift/updater
if there is an error: cant load libnvidia-tls.so.1 try:
LD_PRELOAD=/usr/lib/libGL.so.1 ./updaterif you get errors asking for libcrypto.so.0 or libssl.so.0, create softlinks:
ln -sf /usr/lib/libcrypto.so /usr/lib/libcrypto.so.0
ln -sf /usr/lib/libssl.so /usr/lib/libssl.so.0and execute updater again
------------------------------------------------------
RUNNING PLANESHIFT
if you get this error DLERROR (/usr/local/CS/lib/crystalspace/gl3d.csplugin): libnvidia-tls.so.1:
run psclient this way:
LD_PRELOAD=/usr/lib/libGL.so.1 ./psclientif planeshift run but does nothing and when you exit see this error message:
crystalspace.pluginmgr.loadplugin:
WARNING: could not load plugin \'cel.physicallayer\'
Couldn\'t load plugin for PlLayer.
then set CEL variable to the cel directory:
export CSCONFPATH=/usr/local/cel/lib/cel/
export CEL=/usr/local/cel/lib/cel/ and execute psclient again
Happy Gamming