On Mon, 2002-06-10 at 04:07, Sebastian Enders wrote:

> gcc -c -I.. -I.. -I. \
>         -I../mmangle -I../common  \
>         -g -O2 -DHAVE_CONFIG_H  -DLINUX -DUNIX pop_user.c -o pop_user.o
> pop_user.c: In function `pop_user':
> pop_user.c:136: `DBM' undeclared (first use in this function)

Looks like you're missing a DB package (GDBM?), and configure failed to
detect this. You need the DB to store the APOP auth data in.

[Please post replies to the list, not directly to me.]


Reply via email to