Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 1997 12:21:53 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        "Jay L. West" <jlwest@tseinc.com>, <freebsd-questions@freebsd.org>
Subject:   Re: Livingston Radius 2.0 and FreeBSD 2.1.6
Message-ID:  <3.0.32.19970130122152.00a05c30@sentex.net>

next in thread | raw e-mail | index | archive | help
At 10:40 AM 1/30/97 -0600, Jay L. West wrote:
>Has anyone compiled Livingston's new radius software
>(version 2.0) on Freebsd 2.1.6?
>
>When I use the BSDOS20 directory makefile, it coughs
>with something about conflicting declaration of 
>sys_errlist or something and gives error code 1.
>
>I'd really prefer to use Livingston's radius rather than the
>others out there (Ascend, Merit, etc.). If anyone can tell
>me what to do to make this compile I'd really appreciate
>it!
>
>PS - please respond to me directly via email as I'm not
>on this list.

You can search through the mail archives at 
http://www.freebsd.org/search.html

The question was answered before....


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



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