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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"