*BSD News Article 86442


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!feed1.news.erols.com!news.bbnplanet.com!cpk-news-hub1.bbnplanet.com!EU.net!Ireland.EU.net!web3.tcd.ie!maths.tcd.ie!not-for-mail
From: dwmalone@maths.tcd.ie (David Malone)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: POPserver
Date: 12 Jan 1997 14:05:08 -0000
Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
Lines: 8
Message-ID: <5bar2k$f4i@graves.maths.tcd.ie>
References: <01bbffff$20ca68e0$5d2d6dc2@robert>
NNTP-Posting-Host: graves.maths.tcd.ie
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:33795

"Robert Soen" <rsoen@xs4all.nl> writes:

>pop_pass.o: Undefined symbol `_crypt' referenced from text segment
>*** Error code 1

You want to add -lcrypt to your list of libraries.

	David.