Page 1 of 1

Dependency problem: NCPA on Ubuntu needs libssl1.1

Posted: Tue Nov 26, 2019 1:28 am
by Aji
Hello,

I have problem installing NCPA (ncpa-2.2.0.amd64.deb) on Ubuntu Server 19.04. The installation failed with this output:

Code: Select all

dpkg -i ncpa-2.2.0.amd64.deb 
(Reading database ... 142037 files and directories currently installed.)
Preparing to unpack ncpa-2.2.0.amd64.deb ...
Unpacking ncpa (2.2.0-1) over (2.2.0-1) ...
dpkg: dependency problems prevent configuration of ncpa:
 ncpa depends on libssl1.0.0 (>= 1.0.1d); however:
  Package libssl1.0.0 is not installed.

dpkg: error processing package ncpa (--install):
 dependency problems - leaving unconfigured
Processing triggers for systemd (240-6ubuntu5.7) ...
Errors were encountered while processing:
 ncpa
My server already has this libssl:

Code: Select all

ii  libssl1.1:amd64                      1.1.1b-1ubuntu2.4                   amd64        Secure Sockets Layer toolkit - shared libraries
How do I fix this dependency?

Re: Dependency problem: NCPA on Ubuntu needs libssl1.1

Posted: Tue Nov 26, 2019 1:22 pm
by lmiltchev
Currently, NCPA installs are supported only on Ubuntu 14, 16, and 18, other words, LTS. When we add support for 20, then installs on 19 will most probably work just fine.
example01.PNG
https://github.com/NagiosEnterprises/ncpa

Re: Dependency problem: NCPA on Ubuntu needs libssl1.1

Posted: Wed Nov 27, 2019 9:00 pm
by Aji
Thank you for the information.

I've re-checked the NCPA download portal, and fortunately the Ubuntu 19+ support has been added. It works fine on my Ubuntu 19.04 Server.
https://www.nagios.org/ncpa/#downloads

Re: Dependency problem: NCPA on Ubuntu needs libssl1.1

Posted: Mon Dec 02, 2019 7:48 am
by scottwilkerson
Aji wrote:Thank you for the information.

I've re-checked the NCPA download portal, and fortunately the Ubuntu 19+ support has been added. It works fine on my Ubuntu 19.04 Server.
https://www.nagios.org/ncpa/#downloads
Yep it was just added last week.

Glad it is sorted

Locking thread