On a Mac with Xcode 9.1, ./configure complains: "WARNING: 'missing' script is too old or missing" The 'missing' script shipped with freeradius is version 0.4. Replacing it with version 2013-10-28.13 makes the warning go away. See related older post below. Is that something that could be fixed for future versions? Gero.
Alan DeKok aland at deployingradius.com Mon Nov 21 15:29:03 CET 2016
On Nov 20, 2016, at 3:58 AM, Peter Lambrechtsen <peter at crypt.nz> wrote:
Noticed something pretty minor but thought I might point it out.
When building on Debian on 3.0.x
checking for rusers... /usr/bin/rusers /freeradius/freeradius-server/missing: Unknown `--is-lightweight' option Try `/freeradius/freeradius-server/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for locate... /usr/bin/locate ... Meh no biggie.. but if anyone was poking around aclocal or missing it might be worth sorting.
The autoconf guys keep changing their code. Substantially. :(
I'll look at a fix.
Alan DeKok.