Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 1997 22:40:18 -0700 (MST)
From:      Marc Slemko <marcs@znep.com>
To:        John Gunkel <jgunkel@tbf.net>
Cc:        "'freebsd-isp@FreeBSD.ORG'" <freebsd-isp@freebsd.org>, "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   Re: Compile error with Qpopper and Free-BSD 2.1.7
Message-ID:  <Pine.BSF.3.95.970307223652.269B-100000@alive.znep.com>
In-Reply-To: <01BC2B39.82E1D620@atdot>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
> 
> =====================================================
> 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 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.
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970307223652.269B-100000>