View Full Version : zabbix_server does not do anything
When I try to run the zabbix_server process from bin directory at the end it does not do anything.
When I try to rerun it , it says it already exists.
please help
thanks
Just to let you know regarding my previos problem starting zabbix_server file from bin.
When I compiled using ./configure --with-mysql --with-net-snmp --enable-server then everything went on well but I got an error at the end like this
unable to find net-snmp-includes.sh.
Does this help?
Thanks
cameronsto
22-03-2006, 21:12
This is because you don't have the net-snmp dev libraries installed.
-cameron
what are the the net-snmp dev libs? i have the following installed in /usr/local/lib/
libnetsnmp.a
libnetsnmp.la
libnetsnmp.so
libnetsnmp.so.8
libnetsnmp.so.8.0.0
?
I have these installed and I get the following error when starting [/usr/local/bin] ./zabbix_suckerd
./zabbix_suckerd: error while loading shared libraries: libnetsnmp.so.8: cannot open shared object file: No such file or directory
thank you
You have to install snmp-devel paket. Then the error goes away.
i got the snmp-devel package installed. not available as source so i had to uninstall net-snmp, reinstall from rpm, then install net-snmp-devel from rpm.
but after rebuilding zabbix, i was able to start zabbix_server. and I think the "Warning: bad syntax, perhaps a bogus '-'?" apache error from report1.php seems to have gone away, too.
finally, i still can't login to the web interface. I've tried php4 and 5, as cgi and as module. i've tried mysql3 and 5. i confirmed mysql can connect to the db as user zabbix and that there is no password for alias Admin. help?
does the zabbix database user have the correct permissions for the zabbix database? (aside from being able to login to mysql that is)
I granted all privileges to user zabbix on db zabbix.
Just confirmed Cookies are enabled in my browser, as others have suggested. They are. I deleted the cookies. Tried logging in again. Still no luck. No error message, just the login/index page refreshed.