On Fri, Nov 16, 2001 at 04:43:17PM +0700, Yudhi Kusnanto
wrote:> hi!
>
> i am d/l latest cvs (2.2 branch) at 2001-11-16, but got problem compiling.
>
> Linking bin/smbd
> rpc_client/cli_connect.o: In function `cli_con_get':
> rpc_client/cli_connect.o(.text+0x58): undefined reference to
`copy_user_creds'
> rpc_client/cli_connect.o(.text+0x108): undefined reference to
`create_ntc_from_cli_state'
> rpc_client/cli_connect.o(.text+0x115): undefined reference to
`copy_nt_creds'
> rpc_client/cli_use.o: In 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 branch, those missing
call
> were defined at rpc_parse/parse_creds.c which not exist in 2.2 branch).
>
> anyone has this experience? (and solution)
My problem, I'm fixing it...
Jeremy.