At 8:18 AM -0700 4/20/01, David Bitton wrote:
> I am receiving th following errors when I make Qpopper
> 4.0:
> undefined reference to `auth_user'
> My configure is:
>
> ./configure --prefix=/usr/local --with-pam=pop3
> --with-openssl=/usr/local/openssl --enable-specialauth
> --enable-apop --enable-popuid --enable-poppassd
> --includedir=/usr/include
You don't say what kind of platform you are using, but try without
the '--enable-specialauth'.
In most cases you don't need to specify it anymore -- the configure
script adds it when needed. (If you are on a system that can use
shadow passwords but you are not using them, you may need to use
'--disable-specialauth', but that does not appear to be the case
here.)