Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!newspump.sol.net!howland.erols.net!vixen.cso.uiuc.edu!saluki-news.wham.siu.edu!slip106.termserv.siu.edu From: jimd@slip106.termserv.siu.edu (Jim Dutton) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Undefined call to _crypt Date: Fri, 01 Nov 1996 19:02:31 CST Organization: Southern Illinois University Lines: 21 Sender: NNTP@slip106.termserv.siu.edu Message-ID: <236e0a41.u8t20e.d7a97@slip106.termserv.siu.edu> Reply-To: jimd@slip106.termserv.siu.edu NNTP-Posting-Host: slip106.termserv.siu.edu Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Comment: AmigaNOS v2.9p In-Reply-To: <E05sGn.2Kr@interactive.net> (from Chris Mauritz <ritz@interactive.net>) (at Thu, 31 Oct 1996 21:17:11 GMT) Hi Chris, on Oct 31 you wrote: =20=09 > :) nnrpd.c:352: Undefined symbol `_crypt' referenced from text segme= nt > :) =20 > :)Perhaps it is a missing include file ?? >=20 > Are you even linking in the crypt lib? That's what it > looks like. You are correct. The inn1.5b1 installation doesn't come set up for cryp= t, nor mentions it, which was why it puzzled me when I got the error. Then again, I don't remember seeing it in the Perl V5.003 install notes, tho= ugh the install process did search for and find the crypt library. By adding "-lcrypt" to the "extra libraries" for the INN make, there we= re no more "_crypt" reference problems. Thanks for pointing out this out.