Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PuTTY

Elite Diviner
Joined
Jan 26, 2006
Messages
483
Reaction score
5
I'm following this guide and there is a part where im stuck atleast it doesnt seem to work...

So this guy says I need to get PuTTY (googled and founded ) after that I just login with root & pw all works fine till he says:

Code:
yum install openss1097a db4

I get this and not a install progress like he get:

Darkco - PuTTY - RaGEZONE Forums


So what did I wrong ?

PS: I looked in the root directory and couldnt find the file called openss1097a dont know if that matter but my server files dont have it
 
be good to beat evils
Banned
Joined
Mar 27, 2008
Messages
1,026
Reaction score
292
I'm following this guide and there is a part where im stuck atleast it doesnt seem to work...

So this guy says I need to get PuTTY (googled and founded ) after that I just login with root & pw all works fine till he says:

Code:
yum install openss1097a db4
I get this and not a install progress like he get:

Darkco - PuTTY - RaGEZONE Forums


So what did I wrong ?

PS: I looked in the root directory and couldnt find the file called openss1097a dont know if that matter but my server files dont have it

it is already installed, no probs there
 
Upvote 0
Elite Diviner
Joined
Jan 26, 2006
Messages
483
Reaction score
5
Oh well thats not true m8 I tried to run cabal.rpm but he says that im missing
Code:
error: Failed dependencies:
        libcrypto.so.4 is needed by cabal-chnserverCB-1.0-2.i386
        libssl.so.4 is needed by cabal-chnserverCB-1.0-2.i386

Isnt there a manual way to install openss1097a with PuTTY ?

EDIT: Just found a way how to just go to
then download the openssl097a-0.9.7a-9.i386.rpm use WinSCP to transfer it to the root directory then just type "rmp -Uhv openssl097a-0.9.7a-9.i386.rpm" I hope you can use it if you were stuck here too seems the command of the vid doesnt work anymore (download service maybe removed it)
 
Upvote 0
Junior Spellweaver
Joined
Jan 21, 2008
Messages
123
Reaction score
0
as i posted hundred times already just write yum install openssl

without a version, and it will isntall

Edit: Sorry didn't see that post ;)
 
Upvote 0
Newbie Spellweaver
Joined
Oct 14, 2006
Messages
60
Reaction score
1
Problems is in the syntax. It needs to be yum install openssl097a db4 (not "1" but little "L")
 
Upvote 0
Newbie Spellweaver
Joined
Jun 8, 2005
Messages
19
Reaction score
0
[root@ks26040 ~]#
[root@ks26040 ~]# yum install openssl097a db4
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
 
Upvote 0
Initiate Mage
Joined
Apr 16, 2008
Messages
1
Reaction score
0
Oh well thats not true m8 I tried to run cabal.rpm but he says that im missing
Code:
error: Failed dependencies:
        libcrypto.so.4 is needed by cabal-chnserverCB-1.0-2.i386
        libssl.so.4 is needed by cabal-chnserverCB-1.0-2.i386

Isnt there a manual way to install openss1097a with PuTTY ?

EDIT: Just found a way how to just go to
then download the openssl097a-0.9.7a-9.i386.rpm use WinSCP to transfer it to the root directory then just type "rmp -Uhv openssl097a-0.9.7a-9.i386.rpm" I hope you can use it if you were stuck here too seems the command of the vid doesnt work anymore (download service maybe removed it)
Download
commands available its : yum install openssl097a-0.9.7a-9.i386.rpm
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Mar 1, 2007
Messages
21
Reaction score
0
Help me please.
[root @ cabal /] # yum install openssl097a db4
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
I downloaded , but is this error
How do I fix?
 
Upvote 0
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,021
Reaction score
999
Either you are using the wrong server files you you didn't read my readme. Type the following:

chmod 0777 /root/cabal_install.sh

/root/cabal_install.sh

If the install script isn't there then download the latest files from my sig.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 26, 2005
Messages
10
Reaction score
0
PuTTY its just "an interface" to admin linux systems. Its links you and the linux machine.

PHP:
yum install openssl*

Try this command above. It will take and install all the correct files and depends for your system.
If im not wrong, theres recents packages from rpmforge repositories.

Google for: "rpmforge repositories" and "yum priority" on Centos.

And read all the informations with care, it most important to you knows the Operating System you are Working.

Linux its a powerfull world! :p

and "soHHy" for my bad "HAnglish", im a noob with these lang :p

I hope you understands me =/

cya
 
Last edited:
Upvote 0
Back
Top