Hi to all of you,
i have got the following problem:
After I run the configure script:
./configure --enable-apop=/etc/pop.auth --enable-popuid=pop --enable-standalone
I am getting the following errors when I do a "make" afterwards:
# make
cd ./popper && make all
make[1]: Entering directory `/usr/local/src/qpopper4.0.4/popper'
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)
pop_user.c:136: (Each undeclared identifier is reported only once
pop_user.c:136: for each function it appears in.)
pop_user.c:136: `db' undeclared (first use in this function)
pop_user.c:138: parse error before `int'
pop_user.c:140: `datum' undeclared (first use in this function)
pop_user.c:180: `user_name_len' undeclared (first use in this function)
pop_user.c:213: `pw' undeclared (first use in this function)
pop_user.c:268: `st' undeclared (first use in this function)
pop_user.c:284: `fid' undeclared (first use in this function)
pop_user.c:311: `key' undeclared (first use in this function)
pop_user.c:324: `value' undeclared (first use in this function)
pop_user.c:327: `i' undeclared (first use in this function)
pop_user.c:331: `bFoundUser' undeclared (first use in this function)
make[1]: *** [pop_user.o] Error 1
make[1]: Leaving directory `/usr/local/src/qpopper4.0.4/popper'
make: *** [popper_server] Error 2
Has anybody got an idea?
I am using the the current qpopper and I tried to comnpile it on a SuSE 8.0.
Without a "--enable-apop=/etc/pop.auth --enable-popuid=pop" it works correctly!
Thanks,
Sebastian