2 messages in net.sourceforge.lists.courier-users[courier-users] missing mysql libraries?
FromSent OnAttachments
VladOct 23, 2005 2:51 pm 
VladOct 23, 2005 3:09 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] missing mysql libraries?Actions...
From:Vlad (marc@gmail.com)
Date:Oct 23, 2005 2:51:14 pm
List:net.sourceforge.lists.courier-users

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?