Page 2 of 2

Re: Manual Installation Error

Posted: Fri Apr 16, 2010 4:03 pm
by TSCAdmin
no package perl-CPAN available ... Nothing to do
no package php-mcrypt ... Nothing to do
no package php-mssql ... Nothing to do
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).

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

Re: Manual Installation Error

Posted: Sun Apr 18, 2010 10:11 pm
by mmestnik
Ohh sorry. These are not errors and are the result of our support for Fedora and RedHat. Some of the steps along the way are done twice and it's expected that one of the two attempts will fail on the other operating system. :mrgreen:

Sorry for the confusion.