PlaneShift
Support => Linux Specific Issues => Topic started by: dolgon on November 05, 2005, 06:17:55 pm
-
When using Xordans installer for a new install do I have to download and run r2 and r3?
-
1) Download both
2) Run R2 Installer
3) uncompress R3 tarball into your planeshift dir. to replace the binaries
-
chmod +x it so you can run it
What does he meam by that?
hotfix patch
And what does that mean?
-
Before you can run the installer, you have to make it executable. That\'s what chmod +x means. If you downloaded the installer into a directory called download in your home directory, then do the following:
$ cd download
$ chmod a+x PlaneShift_CBV0.3.012P-r2.i686.bin
$ ./PlaneShift_CBV0.3.012P-r2.i686.bin
Hotfix patch is a patch with the latest and hottest changes and fixes :). Just download the patch into the download directory and if you have a local Planeshift installation in the planeshift directory, then do the following:
$ cd planeshift
$ tar -xjvf ../download/PlaneShift-CBV0.3.0.12-r3-i686.tar.bz2
-
I downloaded PlaneShift_CBV0.3.012P-r2.i686.bin and installed it like this:
[root@diehumans games]# chmod +x PlaneShift_CBV0.3.012P-r2.i686.bin
[root@diehumans games]# ./PlaneShift_CBV0.3.012P-r2.i686.bin
Is this way right? After that I downloaded PlaneShift_CBV0.3.012P-r3.i686.bin and extracted the files. Now when I tried to update i get error:
[freewill@diehumans planeshift]$./updater
./updater.bin: error while loading shared libraries: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
-
The first part seems to be ok.
I am not sure about the libcrypto.so problem. This library is part of the openssl package. Make sure that you have openssl installed.
Other Fedora users might be needed to give you better advises on this issue.
-
I installed it in /home/freewill/games/planeshift is this maybe the problem or does it not matter?
-
The files that it is looking for is in /planeshift/libs so it does not make sens???
-
root@diehumans freewill]# rpm -ih openssl-0.9.7f-7.i686.rpm
warning: openssl-0.9.7f-7.i686.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
########################################### [100%]
package openssl-0.9.7f-7 is already installed
[root@diehumans freewill]# :(