At 04:44 PM 7/15/2001 +0800, Federico Sevilla III wrote:
...
[ -f source/Makefile ] || (cd source && ./configure --with-fhs \
--prefix=/usr --sysconfdir=/etc --with-privatedir=/etc/samba \
--with-lockdir=/var/state/sa mba --localstatedir=/var --with-netatalk \
--with-smbmount --with-pam --with-syslo g --with-sambabook \
--with-utmp --with-readline --with-acl-support)
...
I see you are also including PAM support in your Samba
configuration. There is a problem with the configure process in
Samba. While compiling the test program for ACL support, it also includes
PAM. If your PAM dev files are missing, the ACL step will fail even if
your ACL support is working. Make sure you have the libpam0g-dev Debian
package installed.
Ian
|