From owner-freebsd-questions Wed Nov 19 17:26:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA22031 for questions-outgoing; Wed, 19 Nov 1997 17:26:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA22021 for ; Wed, 19 Nov 1997 17:26:23 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.7) with SMTP id RAA03876; Wed, 19 Nov 1997 17:26:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 19 Nov 1997 17:26:15 -0800 (PST) From: Doug White Reply-To: Doug White 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). Add -lcrypt to the CFLAGS in the Makefile. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major