From owner-freebsd-questions Wed Nov 19 16:03:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15104 for questions-outgoing; Wed, 19 Nov 1997 16:03:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from infobahn.icubed.com (infobahn.icubed.com [208.0.145.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA15097 for ; Wed, 19 Nov 1997 16:03:07 -0800 (PST) (envelope-from sean@icubed.com) Received: from seansmac.icubed.com by infobahn.icubed.com (5.65v3.2/1.1.10.5/06Apr97-0122PM) id AA14075; Wed, 19 Nov 1997 19:03:52 -0500 X-Sender: sean@pop.icubed.com Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 19 Nov 1997 19:05:16 -0500 To: freebsd-questions@FreeBSD.ORG From: Sean Engel Subject: Livingston Radius 1.16 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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