return "[%s] %s" % (self.errno, self.strerror)
def pyafs_error(code):
+ global _init
if not _init:
initialize_ACFG_error_table()
initialize_KTC_error_table()
groups: For users, this contains a collection class representing
the set of groups the user is a member of.
- users: For groups, this contains a collection class representing
+ members: For groups, this contains a collection class representing
the members of this group.
"""
_attrs = ('id', 'name', 'count', 'flags', 'ngroups', 'nusers')
'%s/include' % root]
library_dirs = ['%s/lib' % root,
'%s/lib/afs' % root]
-if os.path.exists('%s/lib/libafsauthent_pic.a' % root):
+if os.path.exists('%s/lib/libafsauthent_pic.a' % root) or os.path.exists('%s/lib64/libafsauthent_pic.a' % root):
suffix = '_pic'
else:
suffix = ''