with the supplied Makefile(.in) I'm not able to make pam_winbind.so
on Solaris (8 and 9).

So i had a look at the Makefile and found out that there seem's to
be some things missing....  :-))

> bin/[EMAIL PROTECTED]@: $(PAM_WINBIND_OBJ:[EMAIL PROTECTED]@) bin/.dummy
>         @echo "Linking shared library $@"
>         @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_PICOBJ) \
>                 @[EMAIL PROTECTED] [EMAIL PROTECTED] -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_WINBIND_PICOBJ) \
---
>       @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ:[EMAIL PROTECTED]@) \


now I'm able to compile (ok... to link) pam_winbind.so

Christian

___________________________________________________________ 

        Christian Masopust                                                   

        SIEMENS AG  PSE SMC CI E CM  
        Tel:   +43 (0) 5 1707 26866 
        E-mail: [EMAIL PROTECTED] 
        Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 34, Rm. 3057 
        Mailcode:  
        ___________________________________________________________ 

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to