From owner-freebsd-questions Sat May 20 10:27:46 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA03387 for questions-outgoing; Sat, 20 May 1995 10:27:46 -0700 Received: from bsl1.bslnet.com (root@bsl1.bslnet.com [165.247.36.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA03381 for ; Sat, 20 May 1995 10:27:45 -0700 Received: (from tsimes@localhost) by bsl1.bslnet.com (8.6.11/8.6.6) id KAA29991; Sat, 20 May 1995 10:30:17 -0700 Date: Sat, 20 May 1995 10:30:14 -0700 (MST) From: "Thomas D. Simes" To: freebsd-questions@FreeBSD.org Subject: RADIUS help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk Hi All, I am trying without succes to get RADIUS compiled and running under FreeBSD. I am hoping to find someone who has already done this and pick their brains a bit :-) Specifically, I was wondering if anyone remembers the changes necessary to get RADIUS compiled on FreeBSD. We are running FreeBSD 2.0.950412-SNAP and are using the U.S. version of DES for password encryption. I have already made the change suggested in the Livingston docs for the shadow password field being a * and not an x. The RADIUS version is 1.16. When compilng with cflags -O -DNOSHADOW, I get the following: bsl1# make ALL gcc -O -DNOSHADOW -c ./radiusd.c gcc -O -DNOSHADOW -c ./dict.c gcc -O -DNOSHADOW -c ./users.c gcc -O -DNOSHADOW -c ./util.c gcc -O -DNOSHADOW -c ./md5.c gcc -O -DNOSHADOW -c ./attrprint.c gcc -O -DNOSHADOW -c ./acct.c gcc -O -DNOSHADOW -o version.o -c ./version.c gcc -O -DNOSHADOW -o radiusd radiusd.o dict.o users.o util.o md5.o attrprint.o acct.o version.o radiusd.o: Undefined symbol `_crypt' referenced from text segment *** Error code 1 When compiling with cflags -O, I get the following: bsl1# make ALL gcc -O -c ./radiusd.c ./radiusd.c:50: shadow.h: No such file or directory *** Error code 1 The results are the same if I compile with cc, and I do not have a shadow.h file anywhere on my system. Does this sound familiar? Thanks in advance! Tom ====================================================================== Thomas D. Simes "Diligence is the mother of good luck" tsimes@bslnet.com - Ben Franklin