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!

Cabal PuTTY Installation HELP PLEASE!!! :(

Newbie Spellweaver
Joined
Jan 26, 2014
Messages
18
Reaction score
0
Cabal PuTTY Installation

[root@localhost ~]# ./cabal_install.sh
Extornia's Repack
Version: v1.00
Episode: 8
Released: 26/1/2013
Made by: Extornia
Additional Credits: x30unlimited, Mundus, chumpywumpy
Long Live RaGEZONE
Required OS version: CentOS 5.x 32bit or 64bit
Your OS version: CentOS release 5.8 (Final) x86_64
Would you like to begin the installation? [Y]/[N]: y
Running yum update to update your system!
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist 4&repo=os error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot find a valid baseurl for repo: base
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist 4&repo=os error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot find a valid baseurl for repo: base
Are you installing this on CentOS 5.x 32bit? [Y]/[N]: n
*Installing required libraries for CentOS 5.x 64bit using Yum!
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist 4&repo=os error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot find a valid baseurl for repo: base
*Installing required RPM for CentOS 5.x 64bit using wget and rpm -Uvh!
--2017-07-09 01:52:15-- /media/main/testing/libstdc++6-4.2.2-3mdv2008.0.x86_64.rpm
=> `libstdc++6-4.2.2-3mdv2008.0.x86_64.rpm'
Resolving rpmfind.net... failed: Temporary failure in name resolution.
wget: unable to resolve host address `rpmfind.net'
error: open of libstdc++6-4.2.2-3mdv2008.0.x86_64.rpm failed: No such file or di rectory
Adding the 64bit Compiled FreeTDS!
*Installing base CABAL files by using rpm -Uvh
error: Failed dependencies:
libcrypto.so.4 is needed by cabal-server-ph-1.0-1.i386
libssl.so.4 is needed by cabal-server-ph-1.0-1.i386
*Removing any existing previously created log files!
*Updating the base CABAL files to Episode 8 Files!
*Setting necessary first-time permissions and running link script!
*Removing no longer required RPMs and archives!
The installation of Extornia's repack v1.0 has been completed!
Use service cabal config to start the configuration utility!



[root@localhost ~]# service cabal start
Starting AuthDBAgent: AuthDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting DBAgent_01: DBAgent_01: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting RockAndRollITS: [ OK ]
Starting GlobalMgrSvr: GlobalMgrSvr: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
[FAILED]
Starting GlobalDBAgent: GlobalDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting CashDBAgent: CashDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting PCBangDBAgent: PCBangDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting EventDBAgent: EventDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting PartySvr_01: [ OK ]
Starting ChatNode_01: [ OK ]
Starting EventMgrSvr: [ OK ]
Starting AgentShop_01: [ OK ]
Starting LoginSvr_01: [ OK ]
Starting WorldSvr_01_01: [ OK ]
 
Newbie Spellweaver
Joined
Jan 26, 2014
Messages
18
Reaction score
0
[root@localhost ~]# yum update
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
YumRepo Error: All mirror URLs are not using ftp, http or file.
Eg. Invalid release/
removing mirrorlist with no valid mirrors: /var/cache/yum/base/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: base


Here it is when I type yum update :(



I changed the repo. code... yum update worked but cabal installation finds missing files.
Here's the log in my PuTTY:

Adding the 64bit Compiled FreeTDS!
*Installing base CABAL files by using rpm -Uvh
error: Failed dependencies:
libcrypto.so.4 is needed by cabal-server-ph-1.0-1.i386
libssl.so.4 is needed by cabal-server-ph-1.0-1.i386
*Removing any existing previously created log files!
*Updating the base CABAL files to Episode 8 Files!
*Setting necessary first-time permissions and running link script!
*Removing no longer required RPMs and archives!
The installation of Extornia's repack v1.0 has been completed!
Use service cabal config to start the configuration utility!
 
Upvote 0
Junior Spellweaver
Joined
Jul 23, 2018
Messages
178
Reaction score
37
Edit your CentOS-Base.repo with these
Updated and tested (as of this post date) version of /etc/yum.repos.d/CentOS-Base.repo for Centos 5.11

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://vault.centos.org/5.11/os/$basearch
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#released updates
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
baseurl=http://vault.centos.org/5.11/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
baseurl=http://vault.centos.org/5.11/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
baseurl=http://vault.centos.org/5.11/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
baseurl=http://vault.centos.org/5.11/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
 
Upvote 0
Back
Top