RH EL3 update 3 AS install problem

I downloaded nagios-1.2-2.1.el3.rf.x86_64.rpm and tried to run it via the rpm command line, but I’m getting a lot of dependency errors, one of them being libc.so.6.

I did #rpm -q --whatprovides libc.so.6 and it replied with the glibc package; I know that glibc 2.3.2 is installed. I checked the other dependencies and rpm is telling me they are all installed…

Any advice or suggestions?

rpm -qf /lib/libc.so.6
glibc-2.3.4-2.9
rpm -qs glibc-2.3.4-2.9
perhaps that will show that you have clobbered some of the files.

I’m afraid that’s not a help. I know the packages are installed, I know the files are there, RPM knows the packages are installed. However, during Nagios installation, it shows these files NOT being there.

don’t use RPMs and compile from source.
It’s better anyway… :slight_smile:

Luca