From owner-freebsd-questions Wed Mar 27 00:31:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06493 for questions-outgoing; Wed, 27 Mar 1996 00:31:51 -0800 (PST) Received: from pelican.com (pelican.com [206.16.90.21]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA06487 for ; Wed, 27 Mar 1996 00:31:48 -0800 (PST) Received: by pelican.com (Smail3.1.29.1 #10) id m0u1qdu-0000SMC; Wed, 27 Mar 96 00:31 PST Message-Id: Date: Wed, 27 Mar 96 00:31 PST From: pete@pelican.com (Pete Carah) To: questions@freebsd.org Subject: Re: compiling radius In-Reply-To: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article dwhite writes: >On Tue, 26 Mar 1996, Jay L. West wrote: > >> I was trying to compile the RADIUS server I ftp'd from ftp.livingston.com. >> It has some compile options for a make on bsdi, but when I compile I get a >> message about it can't find _crypt or something like that. Is this possibly >> because it's expecting the DES libraries to be present? > >Possibly; try adding -lcrypt to the compile flags, maybe the crypt libs >need to be given explicitly. -lcrypt is enough. It has to be the same library used by login and passwd, or its purpose is defeated... I'm running Livingston's radius on several 2.1 systems, but want to graduate to Merit radius and am having fun trying to figure out how to configure it (compiling it is the *easy* part, just like rwhois :-). -- Pete