Displaying 1 result from an estimated 1 matches for "ncacn_np_initialise".
2001 Nov 16
1
samba-2.2-CVS compile problem
...function `cli_find':
rpc_client/cli_use.o(.text+0x2b): undefined reference to `copy_nt_creds'
rpc_client/ncacn_np_use.o: In function `ncacn_np_use_free':
rpc_client/ncacn_np_use.o(.text+0x4e): undefined reference to `create_ntc_from_cli_state'
rpc_client/ncacn_np_use.o: In function `ncacn_np_initialise':
rpc_client/ncacn_np_use.o(.text+0x7f8): undefined reference to `create_ntc_from_cli_state'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
everything went fine before updating (2001-11-13). seems that some code from
HEAD branch not completely merged (digging from HEAD br...