search for: pam_winbind_obj

Displaying 3 results from an estimated 3 matches for "pam_winbind_obj".

2006 Jul 06
1
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:...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...\ rpcclient/cmd_dfs.o rpcclient/cmd_reg.o \ rpc_client/cli_login.o rpc_client/cli_netlogon.o \ rpcclient/display_sec.o RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \ $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ $(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(LIBMSRPC_OBJ) \ $(READLINE_OBJ) PAM_WINBIND_OBJ = nsswitch/pam_winbind.po nsswitch/wb_common.po lib/snprintf.po SMBW_OBJ = smbwrapper/smbw.o \ smbwrapper/smbw_dir.o smbwrapper/smbw_stat.o \ smbwrapper/realcalls.o smbwrapper/shared.o \ $(LIBSMB_OBJ) $(PARAM_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) SMBWRAPPER_OBJ = $(SMBW_OBJ) smbwra...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...\ rpcclient/cmd_dfs.o rpcclient/cmd_reg.o \ rpc_client/cli_login.o rpc_client/cli_netlogon.o \ rpcclient/display_sec.o RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \ $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \ $(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(LIBMSRPC_OBJ) \ $(READLINE_OBJ) PAM_WINBIND_OBJ = nsswitch/pam_winbind.po nsswitch/wb_common.po lib/snprintf.po SMBW_OBJ = smbwrapper/smbw.o \ smbwrapper/smbw_dir.o smbwrapper/smbw_stat.o \ smbwrapper/realcalls.o smbwrapper/shared.o \ $(LIBSMB_OBJ) $(PARAM_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) SMBWRAPPER_OBJ = $(SMBW_OBJ) smbwra...