Frank Seesink <[EMAIL PROTECTED]> wrote: > I have downloaded the CVS files and tried building FreeRADIUS under > Cygwin, and I'm all the way down to the build step where it attempts to > make radiusd.exe (the daemon itself). Unfortunately, it blows up on > something quite simple: undefined _crypt reference.
Edit src/main/Makefile. Look for the line building "radiusd". There's a $(LCRYPT) there. It's not enough. Add a *second* $(LCRYPT) as the last entry on the build line, after the $(MODULE_LIBS). Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

