From: Moriyoshi K. <mor...@at...> - 2005-03-21 15:40:22
|
Perhaps you just don't have the libpam-dev package installed in your box. Regards, Moriyoshi On 2005/03/21, at 23:51, Karsten Vieth wrote: > I just installed mysql-4.0.23a > gcc version 3.3.5 (Debian 1:3.3.5-8) > > got pam_mysql from cvs: > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/pam-mysql co > -r pam_mysql-0_5-fvg pam_mysql > > When I try to compile pam_mysql: > #make > mkdir -p ./dep > mkdir -p ./dynamic > gcc -O2 -Dlinux -DLINUX_PAM -ansi -D_POSIX_SOURCE -Wall > -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional > -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline > -Wshadow -fPIC -DPAM_DYNAMIC -c pam_mysql.c -o dynamic/pam_mysql.o > In file included from pam_mysql.c:52: > lib.h:38:34: security/pam_modules.h: No such file or directory > lib.h:39:31: security/pam_misc.h: No such file or directory |