I am trying to configure Zabbix 2.0 on my Mac OS X (10.7.5) with MySql (Installed using MAMP Version 2.1.1). After all configuration, when I tried to start zabbix_server daemon, I started getting following error in the log file:
31192:20121122:163926.875 Database is down. Reconnecting in 10 seconds.
31192:20121122:163936.883 [Z3001] connection to database 'zabbix' failed: [0] could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 8889?
received invalid response to SSL negotiation: J
Configuration cmd: sudo LIBS=-liconv LDFLAGS=-L/usr/lib ./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --prefix=$HOME/Library/Zabbix ; make clean ; make; make install
Does anybody know what's the issue here?
31192:20121122:163926.875 Database is down. Reconnecting in 10 seconds.
31192:20121122:163936.883 [Z3001] connection to database 'zabbix' failed: [0] could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 8889?
received invalid response to SSL negotiation: J
Configuration cmd: sudo LIBS=-liconv LDFLAGS=-L/usr/lib ./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --prefix=$HOME/Library/Zabbix ; make clean ; make; make install
Does anybody know what's the issue here?
Comment