I don't believe protectbase is causing you any issues here ... The reason why you're getting the errors above is due to the fact that these packages are not included in the DAG or RHEL repositories. They're part of the Centos repos (notice the "Release" info in the code below for the php-* packages).no package perl-CPAN available ... Nothing to do
no package php-mcrypt ... Nothing to do
no package php-mssql ... Nothing to do
The manual install method won't work out of the box on a RHEL5 system.
Code: Select all
[root@bob tmp]# cat /etc/redhat-release
CentOS release 5.4 (Final)
[root@bob tmp]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.ussg.iu.edu
* base: centos.mirror.nac.net
* epel: archive.linux.duke.edu
* extras: mirror.nyi.net
* updates: centos.omnispring.com
repo id repo name status
addons CentOS-5 - Addons enabled: 0
base CentOS-5 - Base enabled: 3,348
dag Dag RPM Repository for Red Hat Enterprise Linux enabled: 10,087
epel Extra Packages for Enterprise Linux 5 - x86_64 enabled: 5,243
extra CentOS-5 - Extras enabled: 292
updates CentOS-5 - Updates enabled: 907
repolist: 19,877
[root@bob tmp]# yum info php-mcrypt
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.ussg.iu.edu
* base: centos.mirror.nac.net
* epel: archive.linux.duke.edu
* extras: mirror.nyi.net
* updates: centos.omnispring.com
Installed Packages
Name : php-mcrypt
Arch : x86_64
Version : 5.1.6
Release : 15.el5.centos.1
Size : 37 k
Repo : installed
Summary : Standard PHP module provides mcrypt library support
URL : http://www.php.net/
License : The PHP License
Description: Standard PHP module provides mcrypt library support
[root@bob tmp]# yum info php-mssql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.ussg.iu.edu
* base: centos.mirror.nac.net
* epel: archive.linux.duke.edu
* extras: mirror.nyi.net
* updates: centos.omnispring.com
Installed Packages
Name : php-mssql
Arch : x86_64
Version : 5.1.6
Release : 15.el5.centos.1
Size : 52 k
Repo : installed
Summary : Standard PHP module provides mssql support
URL : http://www.php.net/
License : The PHP License
Description: Standard PHP module provides mssql support