At 8:30 PM +0100 1/7/02, Michael Riedel wrote: >hi, > >if i compile the poppassd i get the following error: > > # make gcc -o poppassd auth_user.o poppassd.o -lresolv -ldrac - >L/usr/lib/drac - ldrac -ldl -lpam \ ../common/libcommon.a >poppassd.o: In function `chkPass': >/usr/src/qpopper4.0.3/password/poppassd.c:1197: undefined reference to >`auth_user' collect2: ld returned 1 exit status make: *** [poppassd] >Error 1 > >I configure qpopper with: > >./configure --with-openssl --with-drac=/usr/lib/drac --enable-log-login >- -enable-specialauth --with-pam=pop3 --enable-servermode --enable- >debugging --enable-keep-temp-drop --enable-poppassd > >I search the archives of this list and found the fix for 4.0.1 but this >is implemented in 4.0.3 and it still doesn't run. > >Any hints ? > >Michael >-- > >Bye > |\/|ichael Riedel
Why are you adding '--enable-specialauth'? Have you tried it without specifying this? Qpopper 4.0's configure script generally is able to figure out if this is needed or not, so you're better off not specifying it. Try doing a 'make realclean', then re-run ./configure, leaving out '--enable-specialauth'. --
