At 3:50 PM -0700 11/16/00, Roger Walker wrote:

>       This is a follow-up. I thought I would also provide the output of
>  running ./configure in case someone was able to spot a problem...
>
>  # ./configure --enable-home-dir-mail=Mailbox --enable-specialauth
>  --enable-apop=/etc/qpopper.auth --with-popuid=pop
>  [snip]
>  checking for ndbm.h... no
>  checking for gdbm.h... no
>  checking for dbm.h... no

This is the problem.  Neither ./configure nor the compiler can find 
any of the *dbm.h files.  You can try making a link from one of them 
to /usr/include, or you can try adding one of the ./configure flags 
'--includedir=/usr/i386-glibc20-linux/include' or 
'--prefix=/usr/i386-glibc-20-linux'  (or either with 'db1' instead of 
'i386-glibc20-linux').

Please do a 'make realclean' before trying each ./configure command, 
and then if the subsequent 'make' fails, see if ./configure was able 
to locate the .h file.

Reply via email to