From owner-freebsd-questions Wed Nov 19 16:31:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17276 for questions-outgoing; Wed, 19 Nov 1997 16:31:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from localhost.kiev.ua (c118.dialup.ISF.Kiev.UA [194.44.162.118]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17223 for ; Wed, 19 Nov 1997 16:30:20 -0800 (PST) (envelope-from kushn@olinet.isf.kiev.ua) Received: from localhost (volodya@localhost) by localhost.kiev.ua (8.8.8/8.8.5) with SMTP id CAA26573; Thu, 20 Nov 1997 02:31:39 +0200 (EET) Date: Thu, 20 Nov 1997 02:31:29 +0200 (EET) From: Vladimir Kushnir X-Sender: volodya@kushnir.kiev.ua To: Sean Engel cc: freebsd-questions@FreeBSD.ORG Subject: Re: Livingston Radius 1.16 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 19 Nov 1997, Sean Engel wrote: > Has anyone out there compiled Livinston RADIUS 1.16 for FreeBSD? When I > try I get the following output: > > cc -O -DNOSHADOW -c ./radiusd.c > cc -O -DNOSHADOW -c ./dict.c > cc -O -DNOSHADOW -c ./users.c > cc -O -DNOSHADOW -c ./util.c > cc -O -DNOSHADOW -c ./md5.c > cc -O -DNOSHADOW -c ./attrprint.c > cc -O -DNOSHADOW -c ./acct.c > cc -O -DNOSHADOW -o version.o -c ./version.c > cc -O -DNOSHADOW -o radiusd radiusd.o dict.o users.o util.o md5.o > attrprint.o ac > ct.o version.o > radiusd.o: Undefined symbol `_crypt' referenced from text segment > *** Error code 1 > > Have I done something stupid? (Like not having Kerberos installed). > > Thanks in advance, > > Sean > > Looks like you have to link it with libcrypt yet (it's in standard bin distribution, so you should have it). Hope this helps Vladimir