Hello,
I'm trying to install the Nagios agent on my RedHat server (9.11.36-RedHat-9.11.36-5.el8_7.2). I followed the instructions on https://assets.nagios.com/downloads/ncp ... g-NCPA.pdf to add the Nagion repo, which worked as expected.
However, when I run the yum install ncpa -y command, I get the following error.
Error:
Problem: conflicting requests
- nothing provides compat-openssl11 needed by ncpa-2.4.0-1.el9.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
The install has worked on a separate server with the same build. Downloading the actual RPM (ncpa-2.4.0.el9.x86_64.rpm) and running the install results in the same error.
Error installing ncpa-2.4.0.el9.x86_64.rpm
-
- Posts: 1
- Joined: Tue Dec 20, 2022 4:09 pm
Re: Error installing ncpa-2.4.0.el9.x86_64.rpm
Do you have compat-openssl11 installed? I'm assuming so.
rpm -qa | grep compat-openssl11
It is available from RH, try downloading the RPM and manually install it? Or unistall/reinstall?
rpm -qa | grep compat-openssl11
It is available from RH, try downloading the RPM and manually install it? Or unistall/reinstall?
Re: Error installing ncpa-2.4.0.el9.x86_64.rpm
Hello and thank you for the reply.
My output for rpm -qa | grep compat-openssl11 shows nothing. If I try to install the agent via the recommended way of adding the repo (rpm -Uvh https://repo.nagios.com/nagios/9/nagios ... noarch.rpm) and using the yum install ncpa -y command, I get the following error.
" Problem: conflicting requests
- nothing provides compat-openssl11 needed by ncpa-2.4.0-1.el9.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)"
When looking for compat-openssl11, I found the following bug report (https://bugzilla.redhat.com/show_bug.cgi?id=1947584) . I also tried to install the actual RPM from the centos repository (https://centos.pkgs.org/9-stream/centos ... 6.rpm.html) but that RPM stated that it was missing dependencies as well.
If other customers have not had this issue, then I can ask our Linux support team to look into this. This could be just an issue in our environment.
My output for rpm -qa | grep compat-openssl11 shows nothing. If I try to install the agent via the recommended way of adding the repo (rpm -Uvh https://repo.nagios.com/nagios/9/nagios ... noarch.rpm) and using the yum install ncpa -y command, I get the following error.
" Problem: conflicting requests
- nothing provides compat-openssl11 needed by ncpa-2.4.0-1.el9.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)"
When looking for compat-openssl11, I found the following bug report (https://bugzilla.redhat.com/show_bug.cgi?id=1947584) . I also tried to install the actual RPM from the centos repository (https://centos.pkgs.org/9-stream/centos ... 6.rpm.html) but that RPM stated that it was missing dependencies as well.
If other customers have not had this issue, then I can ask our Linux support team to look into this. This could be just an issue in our environment.
Re: Error installing ncpa-2.4.0.el9.x86_64.rpm
Install compat-openssl11 with it's dependencies, then install ncpa.
-
- Posts: 3
- Joined: Wed Apr 12, 2023 8:49 pm
Re: Error installing ncpa-2.4.0.el9.x86_64.rpm
You can verify just about anything so long as you know how to manually run commands from the shell. The next step is to compile these instructions into a script that can provide the desired results.jason.mcnulty wrote: ↑Tue Dec 20, 2022 4:29 pm Hello,
I'm trying to install the Nagios agent on my RedHat server (9.11.36-RedHat-9.11.36-5.el8_7.2). I followed the instructions on https://assets.nagios.com/downloads/ncp ... g-NCPA.pdf to add the Nagion repo, which worked as expected.
However, when I run the yum install ncpa -y command, I get the following error.the backrooms
Error:
Problem: conflicting requests
- nothing provides compat-openssl11 needed by ncpa-2.4.0-1.el9.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
The install has worked on a separate server with the same build. Downloading the actual RPM (ncpa-2.4.0.el9.x86_64.rpm) and running the install results in the same error.
-
- Posts: 1
- Joined: Sat May 13, 2023 2:52 pm