*BSD News Article 77958


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!serv.hinet.net!news.cc.nctu.edu.tw!spring.edu.tw!howland.erols.net!newsfeed.internetmci.com!news.mathworks.com!fu-berlin.de!zrz.TU-Berlin.DE!loch.in-brb.de!bluesprings.in-brb.de!bluesprings.in-brb.de!not-for-mail
From: nuggets@bluesprings.in-brb.de (Lars Hentschke)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Firewall Tollkit
Date: 10 Sep 1996 04:49:07 GMT
Organization: Brandenburg Individual Network e.V.
Lines: 14
Message-ID: <512s03$cbv@bluesprings.in-brb.de>
References: <511p71$2gn@scipio.cyberstore.ca>
NNTP-Posting-Host: bluesprings.in-brb.de
X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]

william@datapark.com wrote:

: cc -g -o authserv authserv.o proto.o db.o pass.o srvio.o	../libauth.a
: ./libfwall.a	-lresolv
: pass.c:36: Undefined symbol '_crypt' referenced from text segment 
: pass.c:36: Undefined symbol '_crypt' referenced from text segment 
: *** Error code 1
:
: Is there a way that I can fix this?

You should link this with -lcrypt.

Lars.