Trouble adding agent on ubuntu
Posted: Mon Jul 11, 2011 12:05 pm
Hello-
I am trying to add the npre agent to and ubuntu host in the amazone EC2 cloud and I am having troubles with some conflicting SSL packages.
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?
Thanks in advance.
-Josh
I am trying to add the npre agent to and ubuntu host in the amazone EC2 cloud and I am having troubles with some conflicting SSL packages.
Code: Select all
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
Code: Select all
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
-Josh