PDA

View Full Version : zabbix_server does not do anything


arahman
21-03-2006, 18:33
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

arahman
22-03-2006, 10:08
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

shalako
11-04-2006, 01:09
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

krusty
11-04-2006, 09:09
You have to install snmp-devel paket. Then the error goes away.

shalako
11-04-2006, 22:39
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?

elkor
12-04-2006, 16:08
does the zabbix database user have the correct permissions for the zabbix database? (aside from being able to login to mysql that is)

shalako
12-04-2006, 18:53
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.