oh, forgot to mention that I've tried --disable-shared but it didn't
help (perhaps this option is not what I'm thinking it's for?)
Hi,
I have FC4x64 with Mysql Max 4.1.15 Linux (AMD64 / Intel EM64T,
glibc-2.3, dynamic, gcc) from mysql.com installed in /usq/local/mysql.
Trying to configure authdaemon 0.57 with these options:
./configure -C --with-authmysql --with-mysql-libs=/usr/local/mysql/lib
--with-mysql-includes=/usr/local/mysql/include --without-authpam
--without-authcram --with-redhat
getting this error:
checking for mysql_config... no
checking for mysql_connect... no
checking for mysql_real_connect... no
configure: error: --with-authmysql specified but no mysqlclient.so
# ls -al /usr/local/mysql/lib/
total 17084
drwxr-xr-x 2 root mysql 4096 Oct 9 19:04 .
drwxr-xr-x 14 root mysql 4096 Oct 23 17:21 ..
-rw-r--r-- 1 root mysql 21002 Oct 9 19:02 libdbug.a
-rw-r--r-- 1 root mysql 97528 Jul 7 2004 libmygcc.a
-rw-r--r-- 1 root mysql 1539728 Oct 9 19:04 libmysqlclient.a
-rw-r--r-- 1 root mysql 1552612 Oct 9 19:03 libmysqlclient_r.a
-rw-r--r-- 1 root mysql 10867186 Oct 9 19:04 libmysqld.a
-rw-r--r-- 1 root mysql 1685 Oct 9 18:46 libmysql.imp
-rw-r--r-- 1 root mysql 1163138 Oct 9 19:02 libmystrings.a
-rw-r--r-- 1 root mysql 402676 Oct 9 19:02 libmysys.a
-rw-r--r-- 1 root mysql 1774116 Oct 9 19:04 libndbclient.a
-rwxr-xr-x 1 root mysql 983 Oct 9 19:04 libndbclient.la
any ideas?