Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Oct 2007 13:14:42 -0500
From:      Jaron Parsons <jparsons@sutv.com>
To:        david@wood2.org.uk
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: freeradius-mysql-1.1.7 error
Message-ID:  <47028A92.1020708@sutv.com>

next in thread | raw e-mail | index | archive | help
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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47028A92.1020708>