Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 1997 13:22:09 -0500 (EST)
From:      PitLord <pitlord@dementia.net>
To:        questions@freebsd.org
Subject:   Re: Build fwtk on 2.0.5 no _crypt
Message-ID:  <Pine.BSF.3.95q.970301132107.28182F-100000@dementia.net>
In-Reply-To: <199703011753.JAA12703@gcpacix8.nswced.navy.mil>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, 1 Mar 1997, Everett F Batey wrote:

> 
> Tried to build the FWTK .. on Free BSD 2.0.5 .. which I guess uses
> non Standard Password things . . like md5 vs DES ?  If I remember right ..
> 
> gcc -g -o authsrv authsrv.o proto.o db.o pass.o srvio.o      ../libauth.a ../libfwall.a     -lresolv
> pass.c:32: Undefined symbol `_crypt' referenced from text segment
> pass.c:59: Undefined symbol `_crypt' referenced from text segment
> *** Error code 1
You should add -lcrypt into your Makefile someplace. Look for a -lresolv
in the Makefile, and add -lcrpyt after that.

It should work =)

-eric





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970301132107.28182F-100000>