Just getting this out for google.
----
OS: OS X Server 10.6 (probably does not matter though)
Problem: Cannot compile zabbix 1.8.2 server for OS X Server 10.6.
Error during config:
configure: error: Not found mysqlclient library
Fix configure:
CPPFLAGS=-I/usr/local/mysql/include/ LDFLAGS=-L/usr/local/mysql/lib/ ./configure --enable-server --with-mysql
Do this to make
CPPFLAGS=-I/usr/local/mysql/include/ LDFLAGS=-L/usr/local/mysql/lib/ make
----
OS: OS X Server 10.6 (probably does not matter though)
Problem: Cannot compile zabbix 1.8.2 server for OS X Server 10.6.
Error during config:
configure: error: Not found mysqlclient library
Fix configure:
CPPFLAGS=-I/usr/local/mysql/include/ LDFLAGS=-L/usr/local/mysql/lib/ ./configure --enable-server --with-mysql
Do this to make
CPPFLAGS=-I/usr/local/mysql/include/ LDFLAGS=-L/usr/local/mysql/lib/ make
Comment