From owner-freebsd-questions Thu Feb 1 21:23:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14502 for questions-outgoing; Thu, 1 Feb 1996 21:23:44 -0800 (PST) Received: from cygnus.bigsky.net (cygnus.BigSky.Net [205.138.104.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA14479 for ; Thu, 1 Feb 1996 21:23:36 -0800 (PST) Received: (from root@localhost) by cygnus.bigsky.net (8.6.12/8.6.9) id WAA15182 for freebsd-questions@freebsd.org; Thu, 1 Feb 1996 22:24:25 GMT Date: Thu, 1 Feb 1996 22:24:25 GMT From: Paul Marsh Message-Id: <199602012224.WAA15182@cygnus.bigsky.net> To: freebsd-questions@freebsd.org Subject: TACACS - Oops Sender: owner-questions@freebsd.org Precedence: bulk I was looking for someone familiar with TACACS+ on FreeBSD. The problems I'm encountering are with `setpwent` in the routine "pw.c" having a previous declaration, in /usr/include/pwd.h, of course. I can get around that by commenting out that section of code. This leaves me with an Undefined symbol `_crypt` in "do_authen.c". Thanks again. -Paul-