From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 19:13:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 257C516A4CE for ; Mon, 29 Nov 2004 19:13:40 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5970743D5D for ; Mon, 29 Nov 2004 19:13:39 +0000 (GMT) (envelope-from munn@umd.edu) Received: from [192.168.123.55] (pcp0010373691pcs.howard01.md.comcast.net[68.48.96.85]) by comcast.net (sccrmhc12) with ESMTP id <2004112919133801200isn69e>; Mon, 29 Nov 2004 19:13:38 +0000 Message-ID: <41AB74E2.1060205@umd.edu> Date: Mon, 29 Nov 2004 14:13:38 -0500 From: munn User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Barnyard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:13:40 -0000 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