Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 1997 10:47:15 -0500
From:      "Troy Settle" <rewt@i-Plus.net>
To:        Terry Todd <tlt@badger.tltodd.com>, freebsd-questions@freebsd.org
Subject:   Re: help with popper install
Message-ID:  <199702171533.KAA21235@Radford.i-Plus.net>
In-Reply-To: <199702171339.HAA22324@badger.tltodd.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I found the Qualcomm popper source and am trying to install it.  I did the
> following:
> 
> badger# make 44bsd
> make -f make.44bsd
> cc -O -DHAVE_PARAM_H    -o popper pop_dele.o pop_dropcopy.o pop_get_command.o po
> p_get_subcommand.o pop_init.o pop_last.o pop_list.o pop_log.o pop_lower.o pop_ms
> g.o pop_parse.o pop_pass.o pop_quit.o pop_rset.o pop_send.o pop_stat.o pop_updt.
> o pop_user.o pop_xtnd.o pop_xmit.o popper.o pop_bull.o xtnd_xlst.o pop_uidl.o po
> p_rpop.o pop_apop.o md5.o
> pop_pass.o: Undefined symbol `_crypt' referenced from text segment
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> badger#
> 
> Someone said I needed to have DES installed.  I think I already do.
> Any suggestions?
> 
> Thanks
> Terry Todd

Terry, here's the diffs in qpopper2.2 I needed to get it to work:

--- make.bsdi
40c40
< LIBS=         -lutil
---
> LIBS=         -lutil -lcrypt

--- popper.h ---
111,113c111,113
< # define POP_DROP        "/var/mail/.%s.pop"
< # define POP_TMPDROP     "/var/mail/tmpXXXXXX"
< # define POP_TMPXMIT     "/var/mail/xmitXXXXXX"
---
> # define POP_DROP        "/tmp/.%s.pop"
> # define POP_TMPDROP     "/tmp/tmpXXXXXX"
> # define POP_TMPXMIT     "/tmp/xmitXXXXXX"


Oh, and for qpop 2.2, it's 'make bsdi'  NOT make 44bsd (if you're 
trying a different version of qpopper, have fun... these diffs should 
help you).

Now, if I only knew how to make this into a patch, and how to write a 
makefile for the ports collection, I'd do it.  *sigh*

cya!
--
Troy Settle <st@i-Plus.net>
Network Administrator, iPlus Internet Services
http://www.i-Plus.net

( Stuff I said does not reflect the company I work  )
( for unless I'm speaking on behalf of said company )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702171533.KAA21235>