I find this: /mysql-standard-4.0.18-ibm-aix5.2.0.0-powerpc/lib/libmysqlclient.a /mysql-standard-4.0.18-ibm-aix5.2.0.0-powerpc/lib/libmysqlclient_r.a
Is this mysqlclient ?
Yes, but it doesn't look like it's under /usr/local/mysql to me. :-)
At 9:51 +0200 4/20/04, erricharl wrote: >Hello. >I have installed binary version for aix 5.2 from www.mysql.net and >when i try to compile cyrus-sasl with mysql support it don't find >mysqlclient libraries. > > >I use --with-mysql=/usr/local/mysql/ to build but i get: > >checking for mysql_select_db in -lmysqlclient... no >configure: WARNING: MySQL library mysqlclient does not work > > >Doesn't it include client libraries ? >Thanks.
If you look under /usr/local/mysql, do you find any client libraries? If so, then it's a problem of the cyrus-sasl configure script not finding them. Sometimes configure scripts allow more specific options such as --with-mysql-libs. If the client libraries are present, you mightcheck > whether such an option is allowed.
-- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.mysql.com
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]