FreeBSD Port: freeradius-mysql-1.1.7 error

Jaron Parsons jparsons at sutv.com
Tue Oct 2 11:38:25 PDT 2007


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





More information about the freebsd-ports mailing list