When running $ make pam_smbpass or $ make pam_winbind The fail because proto.h has not been built yet Patch: --- ../samba-3.0.25b.orig/source/Makefile.in Tue Jun 19 11:11:39 2007 +++ source/Makefile.in Tue Jul 3 11:52:00 2007 @@ -835,9 +835,9 @@ pam_modules : $(PAM_MODULES) -pam_smbpass : SHOWFLAGS bin/pam_smbpass.@SHLIBEXT@ +pam_smbpass : SHOWFLAGS proto_exists bin/pam_smbpass.@SHLIBEXT@ -pam_winbind : SHOWFLAGS bin/pam_winbind.@SHLIBEXT@ +pam_winbind : SHOWFLAGS proto_exists bin/pam_winbind.@SHLIBEXT@ torture : SHOWFLAGS $(TORTURE_PROGS)
This is no longer an issue.