Hey there,
I try this:
/# export CPPFLAGS="-I/usr/local/mysql/include"
# ./configure --enable-anon --enable-plain --enable-login --enable-sql
--disable-krb4 --disable-otp --disable-cram --disable-digest
--with-mysql=/usr/local/mysql/lib --without-pam --without-saslauthd
--without-pwcheck --with-dblib=berkeley
--with-bdb-libdir=/usr/local/bdb/lib
--with-bdb-incdir=/usr/local/bdb/include --with-openssl=/usr/local/ssl
--with-plugindir=/usr/local/lib/sasl2/
And the output is this:
:
/checking for unistd.h... (cached) yes
checking for db.h... (cached) yes
checking DB library to use... no
configure: WARNING: Disabling SASL authentication database support
checking for dlopen in -ldl... (cached) yes/
:
and a few lines below:
:
/checking SQL... enabled
checking for mysql_select_db in -lmysqlclient... (cached) no
configure: WARNING: MySQL library mysqlclient does not work/
:
The paths to mysql in my configure are correct. Any idea anyone?
Thanks a lot in advance,
Denis
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html