From owner-freebsd-ports@FreeBSD.ORG Tue Oct 2 18:38:25 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBD3F16A418 for ; Tue, 2 Oct 2007 18:38:25 +0000 (UTC) (envelope-from jparsons@sutv.com) Received: from mars.sutv.com (sutv.com [63.173.36.12]) by mx1.freebsd.org (Postfix) with ESMTP id AB7E613C48E for ; Tue, 2 Oct 2007 18:38:25 +0000 (UTC) (envelope-from jparsons@sutv.com) Received: from [192.168.0.100] (sutvfirewall.sutv.com [63.173.36.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mars.sutv.com (Postfix) with ESMTP id 294063FE41; Tue, 2 Oct 2007 13:16:29 -0500 (CDT) Message-ID: <47028A92.1020708@sutv.com> Date: Tue, 02 Oct 2007 13:14:42 -0500 From: Jaron Parsons User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: david@wood2.org.uk Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: freeradius-mysql-1.1.7 error 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: Tue, 02 Oct 2007 18:38:25 -0000 Ran into a problem installing the freeradius-mysql port today, and thought i would share the fix... If already reported, my appologies. When building begins the following error occurred: gmake[4]: .//libtool: Command not found I edited /usr/ports/net/freeradius-mysql/work/freeradius-1.1.7/Make.inc edited this line: LIBTOOL =.//libtool changed it to this: LIBTOOL = /usr/local/bin/libtool everything built fine afterwards. This may or may not be the correct procedure for reporting, or fixing this, just felt I would share this with others in case they run into it. as well as notifying the maintainer. OS = FreeBSD 6.2 Stable Jaron Parsons