search for: wml_wrap

Displaying 1 result from an estimated 1 matches for "wml_wrap".

2010 Aug 22
1
Difficulty compiling 4.0.0alpha11 on RHEL 5, "Py_ssize_t" undeclared in net.c
...on RHEL 5, which uses Python 2.4 and which I cannot recommend upgrading the Python for in a production server environment. (I've tried that: it causes dependency hell in RHEL.) So, I suggest adding this patch to allow successful compilation with older RHEL versions. The code is duplicated from wml_wrap.c, and seems to behave correctly in my casual testing. --- samba-4.0.0alpha11/source4/utils/net/net.c.oldpython 2010-01-11 00:35:28.000000000 -0500 +++ samba-4.0.0alpha11/source4/utils/net/net.c 2010-08-22 11:44:59.000000000 -0400 @@ -52,6 +52,15 @@ #include <Python.h> #include "scrip...