Displaying 2 results from an estimated 2 matches for "_talloc_zero_zeronull".
2008 Mar 28
1
Problems with Samba(idmap_ad/sfu on AIX
...ould not load module /opt/pware/samba/3.0.28/lib/nss_info/sfu.so.
And when I build a version with shared idmap_ad (and sfu.so ->
idmap_ad.so), it gets back to this:
lib/module.c:do_smb_load_module(49) Error loading module
'/usr/local/samba/lib/nss_info/sfu.so': rtld: 0712-001 Symbol
_talloc_zero_zeronull was referenced from module
/usr/local/samba/lib/nss_info/sfu.so(), but a runtime definition of the
symbol was not found.
lib/module.c:do_smb_load_module(49) Error loading module
'/usr/local/samba/lib/idmap/ad.so': rtld: 0712-001 Symbol
_talloc_zero_zeronull was referenced from module...
2008 Aug 18
0
Error loading module ad.so on AIX
...using wbinfo -i) or convert
SIDs to uids, uids to SIDs, SIDs to usernames or usernames to SIDs. However,
wbinfo -u and wbinfo -g work just fine.
When I looked at log.winbindd-idmap, I found the following error:
Error loading module '/usr/local/samba/lib/idmap/ad.so': rtld: 0712-001 Symbol
_talloc_zero_zeronull was referenced from the module
/usr/local/samba/lib/idmap/ad.so(), but a runtime definition of the symbol was
not found.
So, I'm wondering if I'm just missing a library in the LIBS line in Makefile, or
if it's something on the AIX side that needs to be updated for this for winbind
to w...