From owner-freebsd-questions Thu Jan 30 09:31:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA20843 for questions-outgoing; Thu, 30 Jan 1997 09:31:42 -0800 (PST) Received: from sand.sentex.ca (sand.sentex.ca [206.222.77.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA20835 for ; Thu, 30 Jan 1997 09:31:38 -0800 (PST) Received: from gravel (gravel.sentex.ca [205.211.165.210]) by sand.sentex.ca (8.8.3/8.8.3) with SMTP id MAA09604; Thu, 30 Jan 1997 12:35:50 -0500 (EST) Message-Id: <3.0.32.19970130122152.00a05c30@sentex.net> X-Sender: mdtancsa@sentex.net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 30 Jan 1997 12:21:53 -0500 To: "Jay L. West" , From: Mike Tancsa Subject: Re: Livingston Radius 2.0 and FreeBSD 2.1.6 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 do a make then do the regular install stuff, and /etc/radiusd -b Works just fine.... ---Mike