I everybody,
I installed zabbix 1.6.4 on centos 5.3, with mysql.
Following this way : http://www.muck.net/?p=16
But my server does not want to start.
on my centos the path of zabbix_server and zabbix_agentd is /usr/local/zabbix/sbin/
but in the source it's $BASEDIR/bin/zabbix_...
I'v change to $BASEDIR/sbin/zabbix_...
on the two files,
now it works
My Basedir is BASEDIR=/usr/local/zabbix
I installed zabbix 1.6.4 on centos 5.3, with mysql.
Following this way : http://www.muck.net/?p=16
But my server does not want to start.
on my centos the path of zabbix_server and zabbix_agentd is /usr/local/zabbix/sbin/
but in the source it's $BASEDIR/bin/zabbix_...
I'v change to $BASEDIR/sbin/zabbix_...
on the two files,
now it works
My Basedir is BASEDIR=/usr/local/zabbix
Comment