Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 1997 10:38:26 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        Christophe Prevotaux <nighty@hexanet.fr>, questions@freebsd.org
Subject:   Re: Compiling Radius 2.0 ( Livingston ) under 2.1.7
Message-ID:  <3.0.1.32.19970423103826.009d3100@sentex.net>
In-Reply-To: <3.0.32.19970423154906.0071dd24@mail.hexanet.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
At 03:49 PM 4/23/97 +0200, Christophe Prevotaux wrote:
>I am trying to find out how to compile Radius 2.0 (livingston version)
>under 2.1.7
>Has someone already compiled it successfully and is someone using it ?
>If yes then please tell me how to make it compile :)
>
>Any help will be appreciated :)

We run it quite happily... For other peoples reactions, have a look through
the mailling list archives and the newsgroup archives. You can do both at
http://www.dejanews.com/forms/dnsetfilter.html
For the newsgroups, enter in
comp.unix.bsd.free*,muc.lists.freebsd*

and search for radius, and you will see quite a few posts on the subject.

I got my copy of RADIUS 2.0 (from Livingston) to compile by doing the
following

Get the generic source code....

In the BSDOS_2.0 Make directory, edit the Makefile and change the lines

CC=  cc
to
CC=  gcc

LIBS        =
to
LIBS        = -lcrypt  

in ../radius/src/conf.h

add

#define bsdi

and delete

#include        <machine/inline.h>      


do a 
make
then do the regular install stuff, and
/etc/radiusd -b 

Works just fine....


**********************************************************************
Mike Tancsa  (mike@sentex.net)           * To do is to be  -- Nietzsche
Sentex Communications Corp,              * To be is to do  -- Sartre 
Cambridge, Ontario                       * Do be do be do  -- Sinatra
(http://www.sentex.net/~mdtancsa)        *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.1.32.19970423103826.009d3100>