Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 1998 12:19:59 -0700
From:      Jeff Kletsky <Jeff@Wagsky.com>
To:        freebsd-questions@FreeBSD.ORG, freebsd-security@FreeBSD.ORG
Cc:        obrien@FreeBSD.ORG, Jim Flowers <jflowers@ezo.net>
Subject:   RE: fwtk and skey authorization
Message-ID:  <l03110708b2441198068e@[192.168.6.3]>

next in thread | raw e-mail | index | archive | help
To resolve the failure detailed below, the following change must be made to
/usr/ports/security/fwtk/work/fwtk/Makefile.config

change from
AUXLIB= -lcrypt -lskey
to
AUXLIB= -lcrypt -lskey -lmd

Jeff

-----
Original posting

After installing the latest version of fwtk (CVSup as of 981009) under
FreeBSD 2.2.7-STABLE (CVSup as of 981006), it does not appear as though the
skey authorization works properly:

bash# /usr/local/authsrv
authsrv# adduser jeff
ok - user added initially disabled
authsrv# enable jeff
enabled
authsrv# proto jeff skey
changed
authsrv# passwd jeff "some passwrod phrase typed here"
/usr/libexec/ld.so: Undefined symbol "_MD4Init" called from
authsrv:/usr/lib/libskey.so.2.0 at 0x2003d218



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?l03110708b2441198068e>