I've just built samba debs from 2_2 head. looks like all is cool except pam_smbpass.so Jul 25 17:44:42 bitc passwd[18770]: PAM unable to dlopen(/lib/security/pam_smbpass.so) Jul 25 17:44:42 bitc passwd[18770]: PAM [dlerror: /lib/security/pam_smbpass.so: undefined symbol: ldap_value_free] Jul 25 17:44:42 bitc passwd[18770]: PAM adding faulty module: /lib/security/pam_smbpass.so ldd /lib/security/pam_smbpass.so libpam.so.0 => /lib/libpam.so.0 (0x4007e000) libacl.so.1 => /lib/libacl.so.1 (0x40086000) libdl.so.2 => /lib/libdl.so.2 (0x4008d000) libnsl.so.1 => /lib/libnsl.so.1 (0x40090000) libc.so.6 => /lib/libc.so.6 (0x400a4000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x401c1000) libattr.so.1 => /lib/libattr.so.1 (0x401ee000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) so it is not linked to libldap any ideas what's up here? does this make sense? ==================================================================RCS file: /cvsroot/samba/source/Makefile.in,v retrieving revision 1.227.2.145 diff -r1.227.2.145 Makefile.in 656c656 < $(SHLD) @LDSHFLAGS@ -o $@ $(PAM_SMBPASS_OBJ) $(LDFLAGS) -lpam $(DYNEXP) $(LIBS) -lc \ ---> $(SHLD) @LDSHFLAGS@ -o $@ $(PAM_SMBPASS_OBJ) $(LDFLAGS) -lpam$(DYNEXP) $(LIBS) $(LDAPLIBS) -lc \ brad
On 25 Jul 2002, Bradley W. Langhorst wrote:> does this make sense? > ==================================================================> RCS file: /cvsroot/samba/source/Makefile.in,v > retrieving revision 1.227.2.145 > diff -r1.227.2.145 Makefile.in > 656c656 > < $(SHLD) @LDSHFLAGS@ -o $@ $(PAM_SMBPASS_OBJ) $(LDFLAGS) -lpam > $(DYNEXP) $(LIBS) -lc \ > --- > > $(SHLD) @LDSHFLAGS@ -o $@ $(PAM_SMBPASS_OBJ) $(LDFLAGS) -lpam > $(DYNEXP) $(LIBS) $(LDAPLIBS) -lc \Yeah. That makes sense. Thanks. I'll patch it tomorrow. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--
On 25 Jul 2002, Bradley W. Langhorst wrote:> does this make sense? > ==================================================================> RCS file: /cvsroot/samba/source/Makefile.in,v > retrieving revision 1.227.2.145 > diff -r1.227.2.145 Makefile.in > 656c656 > < $(SHLD) @LDSHFLAGS@ -o $@ $(PAM_SMBPASS_OBJ) $(LDFLAGS) -lpam > $(DYNEXP) $(LIBS) -lc \ > --- > > $(SHLD) @LDSHFLAGS@ -o $@ $(PAM_SMBPASS_OBJ) $(LDFLAGS) -lpam > $(DYNEXP) $(LIBS) $(LDAPLIBS) -lc \applied. Thanks. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--