I try to install ZABBIX with tut: https://www.zabbix.com/documentation..._from_packages
But in this step:
I get error:
Then, i install libsnmp15, but it shows:
I use ubuntu 13.10, and already installed libsnmp30, Zabbix require libsnmp15.
Any solutions for me?
But in this step:
PHP Code:
# apt-get install zabbix-server-mysql zabbix-frontend-php
PHP Code:
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.
PHP Code:
Package libsnmp15 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libsnmp30:i386 libsnmp30 libsnmp-base
E: Package 'libsnmp15' has no installation candidate
Any solutions for me?
Comment