search for: pam_winbind_picobj

Displaying 1 result from an estimated 1 matches for "pam_winbind_picobj".

2006 Jul 06
1
Problem compiling pam_winbind.so on Solaris (samba-3.0.23rc3)
...ris (8 and 9). So i had a look at the Makefile and found out that there seem's to be some things missing.... :-)) > bin/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ:.o=.@PICSUFFIX@) bin/.dummy > @echo "Linking shared library $@" > @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_PICOBJ) \ > @SONAMEFLAG@`basename $@` -lpam @INIPARSERLIBS@ PAM_WINBIND_PICOBJ are not defined in Makefile.in !! what I did to solve this: bash-2.03# diff samba-3.0.23rc3-orig/source/Makefile.in samba-3.0.23rc3/source/Makefile.in 1219c1219 < @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM...