I'm trying to compile in APOP.
I can compile the clear text version but trying to compile in APOP gives me the 
compile error.
Can someone help?
I thought it might be a problem with gdbm but I have it on my RedHat7.2 system.
rpm -q gdbm
gdbm-1.8.0-10

./configure --enable-apop=/d2/usr2/local/qpopper4.0.3/ --enable-popuid=pop

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:133: `DBM' undeclared (first use in this function)
pop_user.c:133: (Each undeclared identifier is reported only once
pop_user.c:133: for each function it appears in.)
pop_user.c:133: `db' undeclared (first use in this function)
pop_user.c:135: parse error before `int'
pop_user.c:137: `datum' undeclared (first use in this function)
pop_user.c:177: `user_name_len' undeclared (first use in this function)
pop_user.c:210: `pw' undeclared (first use in this function)
pop_user.c:265: `st' undeclared (first use in this function)
pop_user.c:281: `fid' undeclared (first use in this function)
pop_user.c:308: `key' undeclared (first use in this function)
pop_user.c:321: `value' undeclared (first use in this function)
pop_user.c:324: `i' undeclared (first use in this function)
pop_user.c:328: `bFoundUser' undeclared (first use in this function)
make[1]: *** [pop_user.o] Error 1
make[1]: Leaving directory `/d2/usr2/local/qpopper4.0.3/popper'
make: *** [popper_server] Error 2


Reply via email to