Frank Seesink <[EMAIL PROTECTED]> wrote: > Good news: FreeRADIUS BUILDS UNDER CYGWIN!!! With NO modifications!
That's nice to hear. > Bad news: 'make install' fails. That shouldn't be much of a problem. > I've copy/pasted the end of the output at the end of this message. It's weird. But if you're not using rlm_dbm, just delete the module directory, and type "make install" again. > I've tried looking through the root level Makefile to figure out what > 'make install' is doing...ugh. Question: What is $(R) and where is it > defined? It's not. It's used to install into a sub-directory, without touching "/". e.g. $ R=/home/user/foo make install $ cd /home/user/foo $ tar -zcf ../almost-an-rpm.tar.gz * (copy to similar system) $ cd / $ tar -zxf almost-an-rpm.tar.gz > P.S. There does not appear to be any kind of 'make uninstall'. I'm > guessing admins must rip out FreeRADIUS by hand if it comes > down to that? Yup. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

