18 Jul
2013
18 Jul
'13
3:40 a.m.
Sergio NNX wrote:
In case someone is remotely interested in FR for Windows, this is what I see when I type in: radiusd -v
radiusd.exe: FreeRADIUS Version 2.2.0, for host i686-pc-mingw32, built on Mar 17 2013 at 02:22:49
That's a little surprising. I had spent some time ensuring it built under Mingw. But it shouldn't work like that... Windows has this nice idea that sockets aren't file descriptors. So the normal Unix code doesn't work. See: https://github.com/msysgit/git/tree/master/compat There's a whole host of wrapper functions which are needed. Alan DeKok.