From owner-freebsd-ports@FreeBSD.ORG Mon Jun 19 18:59:13 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170A416A4A0 for ; Mon, 19 Jun 2006 18:59:13 +0000 (UTC) (envelope-from ml@sd2i.com) Received: from www2.sd2i.net (www2.sd2i.net [81.80.186.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C025143D5A for ; Mon, 19 Jun 2006 18:59:11 +0000 (GMT) (envelope-from ml@sd2i.com) Received: from [192.168.1.127] (ADijon-257-1-39-93.w86-204.abo.wanadoo.fr [86.204.170.93]) by www2.sd2i.net (Postfix) with ESMTP id DFCA03FEDD; Mon, 19 Jun 2006 20:59:08 +0200 (CEST) Message-ID: <4496F3FB.9050707@sd2i.com> Date: Mon, 19 Jun 2006 20:59:07 +0200 From: "ml@sd2i.com" User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530) MIME-Version: 1.0 To: Michael Nottebrock References: <20060617133131.M16900@math.missouri.edu> <200606191925.24221.lofi@freebsd.org> In-Reply-To: <200606191925.24221.lofi@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org, Stephen Montgomery-Smith , kde@freebsd.org, ale@freebsd.org Subject: Re: [kde-freebsd] koffice and mysql50-client X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 18:59:13 -0000 Michael Nottebrock a écrit : > On Saturday, 17. June 2006 20:36, Stephen Montgomery-Smith wrote: >> The koffice port fails to build because it says that there is no >> mysqlclient.15. > > Can you provide the actual error? The port uses the USE_MYSQL macro for the > dependency and the configure script uses the output of mysql_config to > determine the library directory, so in theory there there should be no > trouble. > Same trouble here for postfix (another example is mysql41-server). There's no error, but mysql41-client is simply not found so it's compilation is launched again and the install fail because the ports already installed.... Seems that the detection is good just after the install step, but wrong before the compilation step. I solve the trouble by adding symlink from /usr/local/lib/mysql/libmysql* to /usr/local/lib/libmysql* Regards.