Hello. I'm getting the following errors when running the ./1-prereqs script. Has anyone else encounter and resolved this issue. I can hunt down the missing packages on my own, but I'd like to get the script working. Thanks.
I'm running redhat 5.3.
Installing prerequisites...
Setting up Install Process
Parsing package install arguments
No package perl-CPAN available.
Nothing to do
Setting up Install Process
Parsing package install arguments
Package 4:perl-5.8.8-18.el5.i386 installed and not available
Package 1:make-3.81-3.el5.i386 installed and not available
Package sysstat-7.0.2-3.el5.i386 installed and not available
Package httpd-2.2.3-22.el5.i386 installed and not available
No package php available.
Package gcc-4.1.2-44.el5.i386 installed and not available
Package glibc-2.5-34.i686 installed and not available
Package glibc-common-2.5-34.i386 installed and not available
Package gd-2.0.33-9.4.el5_1.1.i386 installed and not available
No package gd-devel available.
No package mysql available.
No package mysql-server available.
No package mysql-devel available.
No package net-snmp available.
Package 1:net-snmp-libs-5.3.2.2-5.el5.i386 installed and not available
No package net-snmp-utils available.
No package php available.
No package php-mysql available.
No package xinetd available.
No package php-gd available.
Package unzip-5.52-3.el5.i386 installed and not available
# list of repositories
[root@localhost xi]# yum repolist
repo id repo name status
epel Extra Packages for Enterprise Linux 5 - enabled : 4,869
rpmforge Red Hat Enterprise 5Server - RPMforge.ne enabled : 10,383
repolist: 15,252
1-prereqs issue - missing packages
Re: 1-prereqs issue - missing packages
Did you get any error output when you ran the 0-yum script? It seems like there's at least one repo missing with so many packages unavailable.
Re: 1-prereqs issue - missing packages
Can you do a yum install httpd? If that doesn't work your not even getting your redhat packages. Does a yum update work?
Re: 1-prereqs issue - missing packages
I didn't get any errors when running 0-yum.mguthrie wrote:Did you get any error output when you ran the 0-yum script? It seems like there's at least one repo missing with so many packages unavailable.
I get the following.sappjt wrote:Can you do a yum install httpd? If that doesn't work your not even getting your redhat packages. Does a yum update work?
[root@localhost xi]# yum update httpd
Setting up Update Process
No Packages marked for Update
The server isn't registered with redhat. Yum update doesn't work. The only repositories that I have enabled are the ones created by the 0-yum script.
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: 1-prereqs issue - missing packages
Well, you'll need to remedy that first. We add supplemental repositories, but do not replace the base ones.The server isn't registered with redhat.
Re: 1-prereqs issue - missing packages
Thank you. I registered the server with redhat and I was able to complete 1-prereqs. Thanks all.tonyyarusso wrote:Well, you'll need to remedy that first. We add supplemental repositories, but do not replace the base ones.The server isn't registered with redhat.