Author Topic: New Install  (Read 1634 times)

dolgon

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
New Install
« 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?

hook

  • Veteran
  • *
  • Posts: 1088
    • View Profile
    • Hook's Humble Homepage
(No subject)
« Reply #1 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
:emerald: The Treecastle *will* stand !!! :emerald:

in-game name: Seeln

scar_freewill

  • Traveller
  • *
  • Posts: 12
    • View Profile
(No subject)
« Reply #2 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?

Bereror

  • Hydlaa Notable
  • *
  • Posts: 773
    • View Profile
    • Planeshift API
(No subject)
« Reply #3 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
PlaneShift Sources
PlaneShift API
"Words never spoken
Are the strongest resounding"

scar_freewill

  • Traveller
  • *
  • Posts: 12
    • View Profile
(No subject)
« Reply #4 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

Bereror

  • Hydlaa Notable
  • *
  • Posts: 773
    • View Profile
    • Planeshift API
(No subject)
« Reply #5 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.
PlaneShift Sources
PlaneShift API
"Words never spoken
Are the strongest resounding"

scar_freewill

  • Traveller
  • *
  • Posts: 12
    • View Profile
(No subject)
« Reply #6 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?

scar_freewill

  • Traveller
  • *
  • Posts: 12
    • View Profile
(No subject)
« Reply #7 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???

scar_freewill

  • Traveller
  • *
  • Posts: 12
    • View Profile
(No subject)
« Reply #8 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]# :(