1-prereqs issue - missing packages

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dcsadmin
Posts: 3
Joined: Mon Dec 06, 2010 3:49 pm

1-prereqs issue - missing packages

Post by dcsadmin »

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
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: 1-prereqs issue - missing packages

Post by mguthrie »

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.
sappjt
Posts: 59
Joined: Thu Nov 18, 2010 12:52 pm

Re: 1-prereqs issue - missing packages

Post by sappjt »

Can you do a yum install httpd? If that doesn't work your not even getting your redhat packages. Does a yum update work?
dcsadmin
Posts: 3
Joined: Mon Dec 06, 2010 3:49 pm

Re: 1-prereqs issue - missing packages

Post by dcsadmin »

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 didn't get any errors when running 0-yum.
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?
I get the following.

[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

Post by tonyyarusso »

The server isn't registered with redhat.
Well, you'll need to remedy that first. We add supplemental repositories, but do not replace the base ones.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
dcsadmin
Posts: 3
Joined: Mon Dec 06, 2010 3:49 pm

Re: 1-prereqs issue - missing packages

Post by dcsadmin »

tonyyarusso wrote:
The server isn't registered with redhat.
Well, you'll need to remedy that first. We add supplemental repositories, but do not replace the base ones.
Thank you. I registered the server with redhat and I was able to complete 1-prereqs. Thanks all.
Locked