./configure --with-storage-driver=mysql_drv
--with-mysql-libraries=/usr/local/lib/mysql --enable-daemon
--enable-virtual-users --enable-preferences-extension
--enable-verbose-debug
Result: configure: error: Required version of libmysqlclient not found
Any tips on how to fix this one?
Just a guess, can you also try specifying the include directory for
mysql? It's obviously missing *something*.
Alexander
good call (thanks), this fixed it and got a successful configure
./configure --with-storage-driver=mysql_drv
--with-mysql-libraries=/usr/local/lib/mysql --enable-daemon
--enable-virtual-users --enable-preferences-extension
--enable-verbose-debug --with-mysql-includes=/usr/local/include/mysql
make and make install have passed successfully :-)
!DSPAM:1011,48395f41150921075511625!