Barnyard

2004-11-29 Thread munn
I am trying to compile barnyard for use with mysql.  When I do 
./configure --enable-mysql I get the error message

checking for mysql_real_connect in -lmysqlclient... no
**
 ERROR: unable to find mysqlclient library
 checked in the following places
   /usr/local/lib/mysql
**
First  mysqlclient.a is in /usr/local/lib/mysql but  I cannot find the 
entry point mysql_real_connect() which is part of the mysql API.

Has anyone had any success in compiling barnyard?  I  am running 4.10p4.
Thanks
Robert Munn
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Barnyard

2004-11-29 Thread Paul Schmehl
--On Monday, November 29, 2004 02:13:38 PM -0500 munn [EMAIL PROTECTED] wrote:
Has anyone had any success in compiling barnyard?  I  am running 4.10p4.
Yes, I have.  You may have to add this line to your configure script.
LIBS=${LIBS} -lz -lssl -lcrypto -lmysqlclient
This may be required if you're using mysql 4.x, but first make sure you 
have the latest release version of barnyard (0.2.0).

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]