On Wed, 13 Dec 2000, Colin Watson wrote: > Dwight Johnson <[EMAIL PROTECTED]> wrote: > >My Pine compile attempt is showing: > > > >cc -g -DDEBUG -DLNX -DSYSTYPE=\"LNX\" -DMOUSE -o pine addrbook.o > [...] > >os.o date.c ../pico/libpico.a ../c-client/c-client.a -lncurses `cat > >../c-client/LDFLAGS` > >../c-client/c-client.a(osdep.o): In function `checkpw': > >/usr/src/pine4/pine4.21/imap/c-client/osdep.c:106: undefined reference > >to `crypt' > > Looks like it needs an -lcrypt there next to -lncurses, at least > assuming that you have libc6-dev installed. (I doubt you'd have got that > far if it weren't.)
Yes, it does need an -lcrypt. My question is: what package do I install to get the 'crypt' function? I have already tried installing the 'mailcrypt' package, and that is not the right one. Thanks in advance, Dwight