LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Zabbix libsnmp15 install error (https://www.linuxquestions.org/questions/linux-server-73/zabbix-libsnmp15-install-error-4175495482/)

starchon 02-19-2014 04:12 AM

Zabbix libsnmp15 install error
 
Hi,

Many thanks in advance for reading this.

Im trying to install Zabbix 2.2 on Ubuntu Server 13.04 64 bit, but keep getting error messages when installing the zabbix-server-mysql
package.

Specific error message I am getting is:

Code:

ubuntu@watch1:~$ sudo apt-get install zabbix-server-mysql
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:
 zabbix-server-mysql : Depends: libsnmp15 (>= 5.4.3~dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.

Initially used default /etc/apt/sources.list and then uncommented everything out of desperation (I read this may be an issue with the sources).

Any help much appreciated - much googling on this has only turned up bug reports, but no solutions that I could tell.

TB0ne 02-19-2014 09:12 AM

Quote:

Originally Posted by starchon (Post 5120704)
Hi,
Im trying to install Zabbix 2.2 on Ubuntu Server 13.04 64 bit, but keep getting error messages when installing the zabbix-server-mysql package. Specific error message I am getting is:

Code:

ubuntu@watch1:~$ sudo apt-get install zabbix-server-mysql
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:
 zabbix-server-mysql : Depends: libsnmp15 (>= 5.4.3~dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.

Initially used default /etc/apt/sources.list and then uncommented everything out of desperation (I read this may be an issue with the sources). Any help much appreciated - much googling on this has only turned up bug reports, but no solutions that I could tell.

It's clearly telling you that you need to install the libsnmp15 package...and putting that and "ubuntu 13.04" into Google pulls up as the VERY FIRST HIT:
http://www.ubuntuupdates.org/package...base/libsnmp15

..the link from the Ubuntu site, that has that package. You need to install the net-snmp package, as well as the net-snmp-devel package.


All times are GMT -5. The time now is 09:53 PM.