Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 1997 20:52:41 -0600
From:      John Gunkel <jgunkel@tbf.net>
To:        "'freebsd-isp@FreeBSD.ORG'" <freebsd-isp@freebsd.org>, "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   Compile error with Qpopper and Free-BSD 2.1.7
Message-ID:  <01BC2B39.82E1D620@atdot>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BC2B39.82E1D620>