Hi there!
mysql support seems to have changed in the current version: I cannot use my old style for the configuration parameter of "configure" which is:
--with-mysql=/usr/local/mysql/current
The path is a symlink to the current directory of mysql (/usr/local/mysql/4.1.11). After running the configure script the Makefile contains the correct path to the mysqlclient lib (/usr/local/mysql/current/lib/mysql) and in this path a symlink named libmysqlclient.so.14 (which goes to libmysqlclient.so.14.0.0) exists.
so everything should be fine but I get this startup failure:
/usr/local/zabbix/current/bin/zabbix_server: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
how can i solve this problem?
mysql support seems to have changed in the current version: I cannot use my old style for the configuration parameter of "configure" which is:
--with-mysql=/usr/local/mysql/current
The path is a symlink to the current directory of mysql (/usr/local/mysql/4.1.11). After running the configure script the Makefile contains the correct path to the mysqlclient lib (/usr/local/mysql/current/lib/mysql) and in this path a symlink named libmysqlclient.so.14 (which goes to libmysqlclient.so.14.0.0) exists.
so everything should be fine but I get this startup failure:
/usr/local/zabbix/current/bin/zabbix_server: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
how can i solve this problem?
Comment