search for: debug_add_class

Displaying 4 results from an estimated 4 matches for "debug_add_class".

2003 Sep 26
1
how set samba use mysql
...urce/include/includes.h:896:19: proto.h: No such file or directory pdb_test.c: In function `testsam_init': pdb_test.c:111: warning: implicit declaration of function `make_pdb_methods' pdb_test.c:111: incompatible types in assignment pdb_test.c:129: warning: implicit declaration of function `debug_add_class' pdb_test.c: In function `init_module': pdb_test.c:145: warning: implicit declaration of function `smb_register_passdb' make: *** [pdb_test.lo] Error 1 [root@pim pdb]#
2004 Dec 13
2
compile samba v3.0.9 vfs-errors
.... Maybe anything has changed? I want install samba v3.0.9 on an old rh linux v7.1. Currently there's no chance to update the core system. But while compiling it breaks with many "vfs"-errors as shown below: ..SNIP.. modules/vfs_shadow_copy.po(.text+0x6e2): undefined reference to `debug_add_class' modules/vfs_shadow_copy.po(.text+0x700): undefined reference to `DEBUGLEVEL_CLASS' modules/vfs_shadow_copy.po(.text+0x70e): undefined reference to `DEBUGLEVEL_CLASS_ISSET' modules/vfs_shadow_copy.po(.text+0x73d): undefined reference to `dbghdr' modules/vfs_shadow_copy.po(.text+0x...
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...= testsam_getsampwnam; (*pdb_method)->getsampwsid = testsam_getsampwsid; (*pdb_method)->add_sam_account = testsam_add_sam_account; (*pdb_method)->update_sam_account = testsam_update_sam_account; (*pdb_method)->delete_sam_account = testsam_delete_sam_account; testsam_debug_level = debug_add_class("testsam"); if (testsam_debug_level == -1) { testsam_debug_level = DBGC_ALL; DEBUG(0, ("testsam: Couldn't register custom debugging class!\n")); } else DEBUG(0, ("testsam: Debug class number of 'testsam': %d\n", testsam_debug_level)); DEBUG(0, (...
2004 Oct 21
0
compile errors samba 3.0.7 vfs
...rence to `dbghdr' modules/vfs_recycle.po(.text+0x1a03): undefined reference to `dbgtext' modules/vfs_recycle.po: In function `init_module': modules/vfs_recycle.po(.text+0x1afa): undefined reference to `smb_register_vfs' modules/vfs_recycle.po(.text+0x1b11): undefined reference to `debug_add_class' modules/vfs_recycle.po(.text+0x1b27): undefined reference to `DEBUGLEVEL_CLASS' modules/vfs_recycle.po(.text+0x1b3f): undefined reference to `DEBUGLEVEL_CLASS_ISSET' modules/vfs_recycle.po(.text+0x1b6e): undefined reference to `dbghdr' modules/vfs_recycle.po(.text+0x1b84): undefi...