Date: Wed, 10 Jun 1998 09:58:01 -0400 (EDT) From: mwlucas@exceptionet.com To: freebsd-questions@FreeBSD.ORG Subject: Re: S/Key library location? Message-ID: <199806101358.JAA20640@easeway.com> In-Reply-To: <Pine.GSO.3.96.980609162156.19662A-100000@echonyc.com> from Snob Art Genre at "Jun 9, 98 04:22:52 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Been there, tried that. It fails with: #make cc -g -o authmgr authmgr.o ../libauth.a ../libfwall.a -lcrypt cc -g -o authsrv authsrv.o proto.o db.o pass.o srvio.o skey.o ../libauth.a . ./libfwall.a /usr/obj/usr/src/lib/libskey/libskey.a -lcrypt skey.c:125: Undefined symbol `_keycrunch' referenced from text segment skey.c:131: Undefined symbol `_f' referenced from text segment skey.c:137: Undefined symbol `_btoa8' referenced from text segment skeysubr.o: Undefined symbol `_MD4Init' referenced from text segment skeysubr.o: Undefined symbol `_MD4Update' referenced from text segment skeysubr.o: Undefined symbol `_MD4Final' referenced from text segment skeysubr.o: Undefined symbol `_MD4Init' referenced from text segment skeysubr.o: Undefined symbol `_MD4Update' referenced from text segment skeysubr.o: Undefined symbol `_MD4Final' referenced from text segment *** Error code 1 > On Tue, 9 Jun 1998 mwlucas@exceptionet.com wrote: > > > After much hunting, I can't find them. Does FreeBSD have an S/Key library > > directory, or am I missing something? Any thoughts on how I can get this > > to work? > > ben% locate libskey > /usr/lib/libskey.a > /usr/lib/libskey.so.2.0 > *snip* > ben% locate libopie > /usr/lib/libopie.a > /usr/lib/libopie.so.2.0 > *snip* > > > Ben > > "You have your mind on computers, it seems." > > 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?199806101358.JAA20640>