Have Zabbix 1.8 for Solaris, system is Solaris 10 on Sun 280R. Initial problem with configure was termination with message: Mysqlclient library not found.
Did some research, files really were not there--due to a known problem with the Solaris installer which left them off. Found Sun patch on SunSolve site:120292-02 designed to install them. Ran patch, files (libmysqlclient.so.12 and others) were installed.
Ran configure again with the following command:
configure --enable-server --enable-client --with-mysql=/usr/sfw/bin --with-net-snmp
Unfortunately, I still have the same result--Mysqlclient library not found.
What's the next step here to resolve this?
THANKS!!!
Did some research, files really were not there--due to a known problem with the Solaris installer which left them off. Found Sun patch on SunSolve site:120292-02 designed to install them. Ran patch, files (libmysqlclient.so.12 and others) were installed.
Ran configure again with the following command:
configure --enable-server --enable-client --with-mysql=/usr/sfw/bin --with-net-snmp
Unfortunately, I still have the same result--Mysqlclient library not found.
What's the next step here to resolve this?
THANKS!!!