Zabbix 2.2 on gentoo Install Notes
https://www.zabbix.com/wiki/howto/install/gentoo/gentoo https://www.zabbix.com/wiki/howto/install/centos/centosinstall ZABBIX package /etc/portage/package.use net-analyzer/zabbix agent frontend mysql server ssh # required by net-analyzer/zabbix-2.2.2-r1[frontend] # required by zabbix (argument) >=dev-lang/php-5.5.11:5.5 xmlwriter sysvipc apache2 bcmath gd sockets xmlreader mysql mysqli threads # required by dev-lang/php-5.5.11 # required by net-analyzer/zabbix-2.2.2-r1[frontend] # required by zabbix (argument) >=app-admin/eselect-php-0.7.1-r3 apache2 >=www-servers/apache-2.4.9-r2 threads emerge -a zabbix MYSQL if the mysql is fresh install do emerge –config =dev-db/mysql-5.5.32 # this should also ask u to create mysql root password ~ # systemctl start mysqld ~ # systemctl enable mysqld mysql -u root -p mysql> use mysql; mysql> CREATE DATABASE `zabbix` DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; mysql...