Displaying 1 result from an estimated 1 matches for "py_common".
Did you mean:
px_common
2003 Jan 12
1
Compiling python_ext ?
Using samba-2.999+3.0.alpha21 (debian unstable source package), I can't
get the python modules to compile correctly. The problem seems to be
that py_common.c and py_smb.c declare global_myname as an extern
pstring, while it is defined in include/proto.h as const char
*global_myname(void). Changing the definition in the two files allows it
to compile, but "from samba import smb" then causes a segfault.
Any ideas what could be causing this pr...