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!

how to install without libcrypto.so.x is needed by [32 bit]

Newbie Spellweaver
Joined
Jul 29, 2011
Messages
82
Reaction score
4
Hello i don't know this guide can help you or not

if you found "libcrypto.so.x is needed by" you can not extract cabal-server-ph-1.0-1.i386.rpm right?

if you found this error:
libcrypto.so.4 is needed by cabal-server-ph-1.0-1.i386
libcrypto.so.6 is needed by cabal-server-ph-1.0-1.i386
libssl.so.4 is needed by cabal-server-ph-1.0-1.i386
libssl.so.6 is needed by cabal-server-ph-1.0-1.i386

try this:
Code:
wget ftp://rpmfind.net/linux/centos/5.11/os/i386/CentOS/openssl097a-0.9.7a-12.el5_10.1.i386.rpm
rpm --force -Uvh openssl097a-0.9.7a-12.el5_10.1.i386.rpm
wget ftp://rpmfind.net/linux/centos/6.8/os/i386/Packages/openssl098e-0.9.8e-20.el6.centos.1.i686.rpm
rpm --force -Uvh openssl098e-0.9.8e-20.el6.centos.1.i686.rpm

now you should use this command : rpm --force -Uvh cabal-server-ph-1.0-1.i386.rpm


if you found this error:

Code:
Starting AuthDBAgent: AuthDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory [FAILED]

try this:
Code:
wget ftp://rpmfind.net/linux/centos/5.11/os/i386/CentOS/unixODBC-libs-2.2.11-10.el5.i386.rpm
rpm --force -Uvh unixODBC-libs-2.2.11-10.el5.i386.rpm
 
Newbie Spellweaver
Joined
Mar 2, 2014
Messages
5
Reaction score
0
I have this problem libstdc++.so ,so what command should I need to use?
 
Last edited:
Newbie Spellweaver
Joined
Jan 26, 2014
Messages
18
Reaction score
0
same problem here. how and where to put that codes? sorry i'm a newbie.
 
Newbie Spellweaver
Joined
May 18, 2021
Messages
95
Reaction score
5
I already figured it out. Now My problem is How to create starting items character bind suited for new created character with starting level 100 and stats str, int, dex normal + 150stats
 
Back
Top