PuTTy - cabal_Install.sh

Joined
May 3, 2006
Messages
382
Reaction score
1
Hello.

I'm getting a weird error message when I try to use the following command:

./cabal_install.sh

Code:
Adding Centos 4.x RPM GPG key...
Installing supplied RHEL4 libs...
Preparing...                ########################################### [100%]
        package libmng-1.0.8-1 is already installed
Preparing...                ########################################### [100%]
        package qt-3.3.3-16.el4 (which is newer than qt-3.3.3-13.RHEL4) is already installed
Preparing...                ########################################### [100%]
        package lm_sensors-2.8.7-2.40.5 (which is newer than lm_sensors-2.8.7-2.40.3) is already installed
        file /usr/sbin/sensors-detect from install of lm_sensors-2.8.7-2.40.3 conflicts with file from package lm_sensors-2.8.7-2.40.5
error: Failed dependencies:
        libbeecrypt.so.6 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libbz2.so.1 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libcrypto.so.4 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libelf.so.1 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libnetsnmp.so.5 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libnetsnmpagent.so.5 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libnetsnmphelpers.so.5 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libnetsnmpmibs.so.5 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libnetsnmptrapd.so.5 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libpopt.so.0 is needed by net-snmp-5.1.2-11.EL4.7.i386
        librpm-4.3.so is needed by net-snmp-5.1.2-11.EL4.7.i386
        librpmdb-4.3.so is needed by net-snmp-5.1.2-11.EL4.7.i386
        librpmio-4.3.so is needed by net-snmp-5.1.2-11.EL4.7.i386
        libselinux.so.1 is needed by net-snmp-5.1.2-11.EL4.7.i386
        libwrap.so.0 is needed by net-snmp-5.1.2-11.EL4.7.i386
Preparing...                ########################################### [100%]
        package unixODBC-2.2.11-1.RHEL4.1 is already installed
Preparing...                ########################################### [100%]
        package unixODBC-devel-2.2.11-1.RHEL4.1 is already installed
Preparing...                ########################################### [100%]
        package unixODBC-kde-2.2.11-1.RHEL4.1 is already installed
Preparing...                ########################################### [100%]
        package freetds-unixodbc-0.64RC3-1 is already installed
Installing Cabal Ep1 files...
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
Upgrading to Chumpy's Cabal Ep2 files...
Settings permissions...
chmod: cannot access `/var/log/cabal': No such file or directory
Linking commands...

And when I use the other option, because I use CentOS 5, I'm getting this one.

Code:
Yum installing RHELx libs...
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: dstat
Nothing to do
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: freetds
Nothing to do
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: openssl097a
Nothing to do
Installing Cabal Ep1 files...
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
Upgrading to Chumpy's Cabal Ep2 files...
Settings permissions...
chmod: cannot access `/var/log/cabal': No such file or directory
Linking commands...

So I'm quiet confused though of what have gone wrong. I've followed Chump's Guide, but I can't seem to figure this one out :3

Any help Is appreciated.

Thanks.
 
Weird, seems like the install script doesn't create the /var/log/cabal dir.

Try to drop this command line first:
Code:
mkdir /var/log/cabal

and then run the install script.
 
Upvote 0
Thank you. That one worked.

Now I'm getting another error when I try to start this server, with the command;

/home/cabal/cabal_config.sh


Code:
Starting GlobalDBAgent: GlobalDBAgent: error while loading shared libraries: libACE.so.5.5.1: cannot open shared object file: No such file or directory
                                                           [FAILED]
Starting GlobalMgrSvr: GlobalMgrSvr: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
                                                           [FAILED]
Starting CashDBAgent: CashDBAgent: error while loading shared libraries: libACE.so.5.5.1: cannot open shared object file: No such file or directory
                                                           [FAILED]
Starting DBAgent_01: DBAgent_01: error while loading shared libraries: libACE.so.5.5.1: cannot open shared object file: No such file or directory
                                                           [FAILED]
Starting ChatNode_01: ChatNode_01: error while loading shared libraries: libACE.so.5.5.1: cannot open shared object file: No such file or directory
                                                           [FAILED]
Starting WorldSvr_01_01: WorldSvr_01_01: error while loading shared libraries: libACE.so.5.5.1: cannot open shared object file: No such file or directory
                                                           [FAILED]
Starting LoginSvr_01: LoginSvr_01: error while loading shared libraries: libACE.so.5.5.1: cannot open shared object file: No such file or directory
                                                           [FAILED]

No Idea what the hell this Is ^_^
Thanks.
 
Upvote 0
Back