Masopust, Christian
2006-Jul-06 07:49 UTC
[Samba] Problem compiling pam_winbind.so on Solaris (samba-3.0.23rc3)
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/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_WINBIND_PICOBJ) \ ---> @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ:.o=.@PICSUFFIX@) \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: christian.masopust@siemens.com Addr: Austria, 1210 Vienna, Siemensstra?e 90-92, B. 34, Rm. 3057 Mailcode: ___________________________________________________________
Gerald (Jerry) Carter
2006-Jul-07 11:44 UTC
[Samba] Problem compiling pam_winbind.so on Solaris (samba-3.0.23rc3)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Masopust, Christian wrote:> 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.... :-))Was fixed just after release. Thanks for the report though. cheers, jerry ====================================================================Samba ------- http://www.samba.org Centeris ----------- http://www.centeris.com "What man is a man who does not make the world better?" --Balian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFErkkCIR7qMdg1EfYRAkUgAJ4xlNdUfyC2iQo0aS7IbPi9QQkbGACfdgGx dWv0DXaUWDz8ysduJGhGSkE=cGzZ -----END PGP SIGNATURE-----