26 Jun
2006
26 Jun
'06
11:46 a.m.
On Jun 26, 2006, at 11:42 AM, hpmysql wrote:
configure command: ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
--with-ldap
I don't think that works? The way I always do it is:
CPPFLAGS=... LDFLAGS=... ./configure --with-ldap
If that doesn't help check config.log for the exact error messages.