From owner-freebsd-questions Fri Mar 7 19:46:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14291 for questions-outgoing; Fri, 7 Mar 1997 19:46:42 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14235; Fri, 7 Mar 1997 19:46:29 -0800 (PST) Received: from surf.pangea.ca (root@surf.pangea.ca [204.112.101.109]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id SAA02556 ; Fri, 7 Mar 1997 18:58:01 -0800 (PST) Received: from atdot (dock04-30.pangea.ca [206.45.92.158]) by surf.pangea.ca (8.8.5/8.8.5) with SMTP id UAA05287; Fri, 7 Mar 1997 20:53:17 -0600 (CST) Received: by atdot with Microsoft Mail id <01BC2B39.82E1D620@atdot>; Fri, 7 Mar 1997 20:52:46 -0600 Message-ID: <01BC2B39.82E1D620@atdot> From: John Gunkel To: "'freebsd-isp@FreeBSD.ORG'" , "'freebsd-questions@freebsd.org'" Subject: Compile error with Qpopper and Free-BSD 2.1.7 Date: Fri, 7 Mar 1997 20:52:41 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Help! I have to get this running by Monday, so here goes: I have been trying to get Qualcomm's popserver to compile for the last couple of days and it keeps dying on (what I think is) the final link with some complaint about "Undefined symbol '_crypt' " I installed secure and eBones during the instalation, so unless I have misconfigured something.... Anyway, here is a transcript of the make: ===================================================== gonzo: {8} make clean rm -f core *.o *.Z* gonzo: {9} make 44bsd make -f make.44bsd cc -O -DHAVE_PARAM_H -c pop_dele.c cc -O -DHAVE_PARAM_H -c pop_dropcopy.c cc -O -DHAVE_PARAM_H -c pop_get_command.c cc -O -DHAVE_PARAM_H -c pop_get_subcommand.c cc -O -DHAVE_PARAM_H -c pop_init.c cc -O -DHAVE_PARAM_H -c pop_last.c cc -O -DHAVE_PARAM_H -c pop_list.c cc -O -DHAVE_PARAM_H -c pop_log.c cc -O -DHAVE_PARAM_H -c pop_lower.c cc -O -DHAVE_PARAM_H -c pop_msg.c cc -O -DHAVE_PARAM_H -c pop_parse.c cc -O -DHAVE_PARAM_H -c pop_pass.c cc -O -DHAVE_PARAM_H -c pop_quit.c cc -O -DHAVE_PARAM_H -c pop_rset.c cc -O -DHAVE_PARAM_H -c pop_send.c cc -O -DHAVE_PARAM_H -c pop_stat.c cc -O -DHAVE_PARAM_H -c pop_updt.c cc -O -DHAVE_PARAM_H -c pop_user.c cc -O -DHAVE_PARAM_H -c pop_xtnd.c cc -O -DHAVE_PARAM_H -c pop_xmit.c cc -O -DHAVE_PARAM_H -c popper.c cc -O -DHAVE_PARAM_H -c pop_bull.c cc -O -DHAVE_PARAM_H -c xtnd_xlst.c cc -O -DHAVE_PARAM_H -c pop_uidl.c cc -O -DHAVE_PARAM_H -c pop_rpop.c cc -O -DHAVE_PARAM_H -c pop_apop.c cc -O -DHAVE_PARAM_H -c md5.c cc -O -DHAVE_PARAM_H -o popper pop_dele.o pop_dropcopy.o pop_get_command.o p pop_pass.o: Undefined symbol `_crypt' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. gonzo: {10} ======================================================= ***Note: the same error occours if I try "make 44bsd" or "make bsdi". I am trying to go with the Qualcomm popper because of the recomendation of Mike Tancsa (mike@sentex.net) from freebsd-questions but would be entirely open to suggestions of alternate pop servers. (or at the very least some help to get this one going) Thanks very much in advance, and doubly so, if it helps to get it running by Monday. :) John Gunkel.