2 messages in com.mysql.lists.gui-toolsConfigure/Compile problems with mysqlcc
FromSent OnAttachments
manuel Silva07 Jul 2003 00:30 
Buchan Milne07 Jul 2003 02:37 
Subject:Configure/Compile problems with mysqlcc
From:manuel Silva (manu@yahoo.com)
Date:07/07/2003 12:30:21 AM
List:com.mysql.lists.gui-tools

When compiling mysqlcc-0.9.2,I get:

checking for libmysqlclient... checking for "/usr/lib/mysql//libmysqlclient.a"...yes checking for mysql_real_connect in -lmysqlclient...no configure:error:Could not find libmysqlclient in `/usr/lib/mysql/ /usr/lib/ ...etc.

I did:

./configure --with-mysql-lib=/usr/lib/mysql \ --with-mysql-include=/usr/include/mysql \ --with-qt=/usr/lib/qt3

Previously,I had started mysqld and set a password for the mysql root user.What do is wrong here?

Thank you.