root:~# apt-get install nagios-agent nagios-plugins nagios-snmp-plugins nagios-plugins-basic nagios-plugins-standard
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nagios-plugins-basic: Depends: libssl0.9.8 (>= 0.9.8k-1) but 0.9.8g-16ubuntu3.5 is to be installed
I am traditionally a Sun / Cent guys and I am having some difficulties overriding the version string for this. Is is possible to override this option?
root@mi-app-b:~# dpkg --list |grep ssl
ii libopenssl-ruby 4.2 OpenSSL interface for Ruby
ii libopenssl-ruby1.8 1.8.7.174-1ubuntu1 OpenSSL interface for Ruby 1.8
ii libssl-dev 0.9.8g-16ubuntu3.5 SSL development libraries, header files and
ii libssl0.9.8 0.9.8g-16ubuntu3.5 SSL shared libraries
ii openssl 0.9.8g-16ubuntu3.5 Secure Socket Layer (SSL) binary and related
ii python-openssl 0.9-1 Python wrapper around the OpenSSL library
ii ssl-cert 1.0.23ubuntu2 simple debconf wrapper for OpenSSL
root@:~# sudo apt-get install libssl0.9.8=0.9.8k-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '0.9.8k-1' for 'libssl0.9.8' was not found
root@:~# cat /etc/apt/sources.list
deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ karmic main universe
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ karmic main universe
deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ karmic-updates main universe
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ karmic-updates main universe
deb http://security.ubuntu.com/ubuntu karmic-security main universe
deb-src http://security.ubuntu.com/ubuntu karmic-security main universe
/etc/apt/sources.list.d# cat *
deb http://us.ec2.archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://us.ec2.archive.ubuntu.com/ubuntu/ karmic main
deb http://us.ec2.archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://us.ec2.archive.ubuntu.com/ubuntu/ karmic main
deb http://ppa.launchpad.net/nagiosinc/ppa/ubuntu lucid main
deb http://ppa.launchpad.net/nagiosinc/ppa/ubuntu karmic main
I don't know what to tell you. I was unable to find any info on that package version. In any case, Karmic has been unsupported for a few months now and you should probably upgrade to a newer Ubuntu release.