PlaneShift

Support => Linux Specific Issues => Topic started by: dolgon on November 05, 2005, 06:17:55 pm

Title: New Install
Post 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?
Title:
Post by: hook on November 06, 2005, 08:16:01 am
1) Download both
2) Run R2 Installer
3) uncompress R3 tarball into your planeshift dir. to replace the binaries
Title:
Post by: scar_freewill on November 06, 2005, 07:29:41 pm
Quote
chmod +x it so you can run it


What does he meam by that?

Quote
hotfix patch


And what does that mean?
Title:
Post by: Bereror on November 06, 2005, 08:56:11 pm
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:
Code: [Select]

$ 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:
Code: [Select]

$ cd planeshift
$ tar -xjvf ../download/PlaneShift-CBV0.3.0.12-r3-i686.tar.bz2
Title:
Post by: scar_freewill on November 06, 2005, 09:06:48 pm
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
Title:
Post by: Bereror on November 06, 2005, 09:19:59 pm
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.
Title:
Post by: scar_freewill on November 06, 2005, 09:23:32 pm
I installed it in /home/freewill/games/planeshift is this maybe the problem or does it not matter?
Title:
Post by: scar_freewill on November 06, 2005, 09:30:24 pm
The files that it is looking for is in /planeshift/libs so it does not make sens???
Title:
Post by: scar_freewill on November 06, 2005, 09:38:59 pm
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]# :(