I was tring to install nagios (MDK 9.1) and appear to have an issue:

# urpmi -qv --noclean --no-verify-rpm nagios-plugins nagios
To satisfy dependencies, the following packages are going to be installed (2 MB):
nagios-1.0-7mdk.i586
nagios-plugins-1.3.0-1mdk.i586
perl-Crypt-DES-2.03-5mdk.i586
perl-Digest-HMAC-1.01-9mdk.noarch
perl-Net-SNMP-4.0.3-1mdk.noarch
Is this OK? (Y/n) y
ftp://fr2.rpmfind.net/linux/4/Mandrake-devel/contrib/i586/perl-Net-SNMP-4.0.3-1mdk.noarch.rpm
Installation failed, some files are missing:
/var/cache/urpmi/rpms/perl-Net-SNMP-4.0.3-1mdk.noarch.rpm
You may want to update your urpmi database
#


Any thoughts (I know that perl-Net-SNMP has been updated, but I wouldn't think that would be a show-stopper)?

Thanks,

S



Oden Eriksson wrote:

[Contrib-RPM]

--=-=-=
Name        : nagios                       Relocations: (not relocateable)
Version     : 1.0                               Vendor: MandrakeSoft
Release     : 7mdk                          Build Date: Sun Mar  9 18:45:31 2003
Install date: (not installed)               Build Host: klama.mandrake.org
Group       : Networking/Other              Source RPM: (none)
Size        : 1493424                          License: GPL
Packager    : Oden Eriksson <[EMAIL PROTECTED]>
URL         : http://www.nagios.org/
Summary     : Host/service/network monitoring program
Description :
Nagios is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem
arises and when a problem is resolved. Nagios is written in C and
is designed to run under Linux (and some other *NIX variants) as a
background process, intermittently running checks on various
services that you specify.

The actual service checks are performed by separate "plugin"
programs which return the status of the checks to Nagios.

This package provide core programs for nagios. The web interface,
documentation, and development files are built as separate
packages

You can also rebuild nagios with either MySQL or PostgreSQL
support. The following are valid build options.

(ie. use with rpm --rebuild):

   --with postgresql    Build with PostgreSQL support
   --with mysql Build with MySQL support


--=-=-=


* Sun Mar 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.0-7mdk

- argh!!! forgot to update requires and buildrequires for the conditional builds!!!

--=-=-=

--=-=-=
nagios.spec changed


--- nagios-1.0-6mdk.src.rpm/nagios.spec 2003-03-09 19:15:26.000000000 +0100 +++ nagios-1.0-7mdk.src.rpm/nagios.spec 2003-03-09 19:15:26.000000000 +0100 @@ -22,7 +22,7 @@

%define name nagios
%define version 1.0
-%define release 6mdk
+%define release 7mdk

%define nsusr nagios
%define nsgrp nagios
@@ -65,13 +65,13 @@
#BuildRequires:         perl-devel

%if %{build_mysql}
-Requires:      libmysql10
-BuildRequires: libmysql10-devel
+Requires:      libmysql12
+BuildRequires: libmysql12-devel
%endif

%if %{build_postgresql}
-Requires:      libpgsql2
-BuildRequires: postgresql-devel
+Requires:      libopenssl0.9.7 libpq3 libgcc1 libstdc++5
+BuildRequires: postgresql-devel libpq3-devel libopenssl0.9.7-devel libstdc++5-devel
%endif

BuildRoot:      %{_tmppath}/%{name}-buildroot
@@ -384,6 +384,10 @@
%attr(0644,root,root) %{_includedir}/nagios/*

%changelog
+* Sun Mar 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.0-7mdk
+- argh!!! forgot to update requires and buildrequires for the + conditional builds!!!
+
* Sun Mar 09 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.0-6mdk
- argh!!! forgot to provide the pid dir!!!
- might as well restart apache... (using the advx macros)


--=-=-=








Reply via email to