Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!uwm.edu!spool.mu.edu!howland.reston.ans.net!gatech!newsfeed.pitt.edu!hudson.lm.com!news.galt.com!phred.ws.cc.cmu.edu!alex From: alex@pc.cc.cmu.edu (alex wetmore) Newsgroups: comp.os.386bsd.questions Subject: Re: FREEBSD port of 'crack'? Date: 26 Jan 1995 20:33:15 GMT Organization: Phred Networking Lines: 10 Message-ID: <3g90ub$6f0@dagny.galt.com> References: <timk-2601951059180001@192.0.2.1> NNTP-Posting-Host: phred.ws.cc.cmu.edu X-Newsreader: TIN [version 1.2 PL2] Tim Keanini (timk@broder.com) wrote: > I wonder if anyone has ported 'crack4.1' to FreeBSD. > I am trying to and I keep getting the _crypt symbol not found error. > If anyone has it running please send me some mail with your tips. you need to link against libcrypt.a (add -lcrypt to your linker line). alex