[4201] in linux-net channel archive
shadow and pop3
daemon@ATHENA.MIT.EDU (tb001c@uhura.cc.rochester.edu)
Tue Aug 27 15:53:55 1996
From: tb001c@uhura.cc.rochester.edu
To: linux-net@vger.rutgers.edu
Date: Tue, 27 Aug 1996 15:13:46 -0400 (EDT)
Hello All
I am not sure if this belongs on this list or on the linux-admin,
but here's my question anyways. I recently installed the shadow suite on my
test server. In the process of upgrading programs that use the passwd file I
ran into some trouble with the pop3d-1.00.4.linux.shadow.tar.gz package.
After unpacking it I attempted to compile it with emacs. Right away
I got an error as to two missing include files, shadow.h and pwauth.h.
Shadow.h I found in the /usr/include dir, but pwauth.h was only found in the
src directory for shadow. I tried to copy that pwauth.h to the /usr/include/
dir and changed the util.c file to reflect their locations. I got this error
cd /usr/src/pop3/
make -k
cc -O6 -s -DLINUX -DSHADOWPWD -c util.c -o util.o
util.c: In function verify_user':
util.c:71: too few arguments to function pw_auth'
make: *** [util.o] Error 1
make: Target all' not remade because of errors.
Compilation exited abnormally with code 2 at Tue Aug 27 13:54:21
any ideas?? All help appreciated.
-Thanks
Tim Baldwin