Date: Sat, 8 Mar 1997 01:30:37 -0600 From: John Gunkel <jgunkel@tbf.net> To: "'freebsd-isp@FreeBSD.ORG'" <freebsd-isp@FreeBSD.ORG> Cc: "'marcs@znep.com'" <marcs@znep.com> Subject: SOLVED: Compile error with Qpopper and Free-BSD 2.1.7 Message-ID: <01BC2B60.6E92CAE0@atdot>
next in thread | raw e-mail | index | archive | help
My thanks and appologies. The problems solved, the boss is happy, and I get paid for another week. :) I will just make one note however, that is that the Qualcomm popper, although listed in the installation as being there, does not exist on ftp://ftp.freebsd.org/ so thanks for your suggestion, about looking through the ports, but, well, it's not there. (been there, done that...) For those interested, however, the popper residing at ftp.qualcomm.com will work with the addition of this line: LDADD+= -lcrypt to make.44bsd then doing a make 44bsd. (providing secure, ect, ect is installed) Thank you Marc et al. John Gunkel ---------- From: Marc Slemko[SMTP:marcs@znep.com] Sent: Friday, March 07, 1997 4:40 PM To: John Gunkel Cc: 'freebsd-isp@FreeBSD.ORG'; 'freebsd-questions@freebsd.org' Subject: Re: Compile error with Qpopper and Free-BSD 2.1.7 Please don't crosspost to -isp and -questions. You need to add a -lcrypt to the last command line that does the linking. Check the Makefile, ISTR there is a LDADD variable you could put it in. If not, you could probably get by adding it to the CFLAGS. If you used the port you wouldn't have this problem. On Fri, 7 Mar 1997, John Gunkel wrote: > 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: > > ===================================================== [...] > 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. > ======================================================= > ***Note: the same error occours if I try "make 44bsd" or "make bsdi". <SNIP>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BC2B60.6E92CAE0>