[OpenAFS] openafs without pam
Charles Clancy
security@xauth.net
Wed, 6 Aug 2003 21:05:46 -0500 (CDT)
On Tue, 5 Aug 2003, Andrei Boros wrote:
> make[3]: Entering directory `/serve/install/openafs-1.2.9a/src/pam'
> cc -I/root/install/openafs-1.2.9a/src/config
> -I/root/install/openafs-1.2.9a/include -O2 -Dlinux -DLINUX_PAM -fPIC
> -c -o test_pam.o test_pam.c
> test_pam.c:16: security/pam_appl.h: No such file or directory
> make[3]: *** [test_pam.o] Error 1
> make[3]: Leaving directory `/serve/install/openafs-1.2.9a/src/pam'
>
> Actually, this happens regardless of the switch "--without-pam"
Try "make -k".
Alternatively, you could edit the Makefile, removing the line:
${COMPILE_PART1} pam ${COMPILE_PART2} ;; \
[ t charles clancy ]--[ tclancy@uiuc.edu ]--[ www.uiuc.edu/~tclancy ]