Re: RADIUS server for Tru64

From: Reinhold Fischer (no-spam_at_no-spam)
Date: 11/14/03


Date: Fri, 14 Nov 2003 15:16:51 +0100

Hi!

I compiled freeradius 0.81 this way:

radius$ CC=cc \
         CFLAGS="-I/usr/local/include" \
         ./configure --prefix=/usr/local/freeradius \
                     --localstatedir=/var \
                     --with-logdir=/var/radius \
                     --sysconfdir=/etc

radius$ cat<<__EOF__>> src/include/autoconf.h
#undef OSFC2
#undef OSFSIA
__EOF__

radius$ make

-- 
Mit freundlichen Grüßen,
*Ing. Reinhold Fischer*
Dan O'Reilly schrieb am 2003-11-11 20:06 folgendes:
> Anybody know where to find a freeware RADIUS server for TRU64?  I've
> tried the one from freeradius.org, but it doesn't compile correctly on
> Tru64.