22 Aug
2006
22 Aug
'06
4:17 a.m.
Greg Deputy wrote::
CPPFLAGS=-I/usr/local/include/MySQL LDFLAGS=-L/usr/local/lib ./configure --with-MySQL
mayb you should try this:
CPPFLAGS=-I/usr/include/MySQL
LDFLAGS=-L/usr/lib
./configure --with-mysql
hint: slocate libmysql slocate include/mysql/mysql.h