Not sure if this related to previous post regarding aclocal.m4

Building with options

./configure --with-storage-driver=mysql_drv --enable-daemon --enable-virtual-users --enable-preferences-extension --enable-verbose-debug

Result:  configure: error: Required version of libmysqlclient not found

pkg_info | grep mysql shows

bsdpan-DBD-mysql-4.006 DBD::mysql
mysql-client-5.0.51a Multithreaded SQL database (client)
mysql-server-5.0.51a Multithreaded SQL database (server)
php5-mysql-5.2.5_1  The mysql shared extension for php
php5-mysqli-5.2.5_1 The mysqli shared extension for php

found libraries in /usr/local/lib/mysql so tried the following

./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?



!DSPAM:1011,4839594e150921741810125!


Reply via email to