[Guide] Install the rpm on Centos5.x

Backo

Well-Known Member
Joined
Jan 17, 2009
Messages
1,212
Reaction score
975
Requirement:
The linux server must be on internet. We will use the "yum" to install most of things.
Because we are using the CentOS 5, so we will meet some problems when install those RPM files in Stage1 folder.
You just need to upload "cabal-chnserverCB-1.0-2.rpm" and "ncftp-3.1.9-1.i386.rpm" to root folder.

Then start to install the rpm:

Code:
yum install unixODBC
yum install unixODBC-devel
yum install unixODBC-kde
yum install lm_sensors
yum install dstat
yum install freetds
yum install net-snmp
yum install openssl097a db4 
rpm -Uvh ncftp-3.1.9-1.i386.rpm
rpm -Uvh cabal-chnserverCB-1.0-2.rpm

PS: Because the cabal server rpm need the lib files from openssl and db4, so we install the "openssl097a db4".
 
  • Like
Reactions: Nicky