PDA

View Full Version : zabbix_server don't run


moonwalker
13-06-2005, 16:47
hi

i want to install the latest release 1.1alpha10! i have compiled the zabbix source with...

./configure --with-mysql --with-ucd-snmp and run
make

when i run now ./zabbix_server, the following error occurs:

./zabbix_server: error while loading shared libraries: libmysqlclient.so.12: cannot open shared object file: No such file or directory

i have checked shared libraries:

libmysqlclient.so -> libmysqlclient.so.12.0.0
libmysqlclient.so.12 -> libmysqlclient.so.12.0.0
libmysqlclient.so.12.0.0

i think, it's ok!

someone has an idea, which the problem could be??
Thanks for each answers!

Greets moonwalker

angrox
14-06-2005, 15:37
Have you tried to set your LD_LIBRARY_PATH to your mysql lib directory?

regards,

martin

moonwalker
15-06-2005, 09:17
yesterday, i have set this Path to the mysql lib directory and now runs my zabbix_server processes!

thanks for help :)

regards moonwalker