From owner-freebsd-questions Tue Jul 8 00:22:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02574 for questions-outgoing; Tue, 8 Jul 1997 00:22:32 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02566 for ; Tue, 8 Jul 1997 00:22:18 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA00411; Tue, 8 Jul 1997 10:21:41 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma000405; Tue Jul 8 10:21:35 1997 Message-ID: <33C1EA61.2F4D@barcode.co.il> Date: Tue, 08 Jul 1997 10:21:05 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Bob Clay CC: freebsd-questions@FreeBSD.ORG Subject: Re: Popper References: <3.0.3.32.19970707091334.006c9bbc@popmail.ucsd.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bob Clay wrote: > > I having trouble getting Qualcomm's popper to link. I keep getting an > undefined symbol '_crypt' in pop_pass.o. > > The doc directory contains a readme file called FreeBSD.crypt. It refers > to a library that can be downloaded. Unfortunately, it does not include > any locations for downloading this library. Can you help? > > Bob Clay Are you building from the port? You may be missing the crypt library. Try adding -lcrypt to the link options in the Makefile. Hope this helps (never built qpopper myself, so I may be wrong). Nadav