Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 16:49:10 -0400
From:      Rick Murphy <rmurphy@itm-inst.com>
To:        "TJ O Connor" <toconnor@comnitel.com>, <fwtk-users@lists.nai.com>, <questions@freebsd.org>
Subject:   Re: Configuring the authsrv
Message-ID:  <4.2.2.20000629164540.00b1c700@mail.itm-inst.com>
In-Reply-To: <NEBBINOGOEDMFIMMJPJMKEKGCAAA.toconnor@comnitel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 05:08 PM 6/29/00 +0100, TJ O Connor wrote:
>When i run a make in the auth directory this is what happens
>
>db.o: In function `auth_dbopen':
>/usr/local/src/fwtk/auth/db.c:66: undefined reference to `dbm_open'

add '-ldbm' to the DBMLIB definition in Makefile.config

>pass.o: In function `passverify':
>/usr/local/src/fwtk/auth/pass.c:39: undefined reference to `crypt'

add -lcrypt to the AUXLIB definition.
See the FAQ at <http://www.fwtk.org/>; as I'm pretty sure these are 
discussed there.
         -Rick



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.2.20000629164540.00b1c700>