Displaying 2 results from an estimated 2 matches for "samba_check_python_headers".
2016 Jan 15
1
Samba Installation
...e
output of ./configure gives me the following error:-
.....
Checking for custom code
: Could not find the python development headers
/usr/src/samba-4.3.4/wscript:98: error: the configuration failed (see
'/usr/src/samba-4.3.4/bin/config.log')
My wscript file on line 98 shows:
'conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True)'
I have set my python version as 2.6.5 and tried to change it to 2.7.11 but
for some reason it is not showing up in ./configure outputs. So is it
showing this error due to python version 2.6.5 (not able to find python
development headers)?
How do I solve this?
2016 Jan 15
3
Samba installation
I am trying to install Samba on ubuntu 15.10 but constantly getting the
same error while configuring:
Traceback (most recent call last):
File "./buildtools/bin/waf", line 75, in <module>
import Scripting
File "/home/saurabh/Documents/Samba/samba-4.3.4/third_party/waf/wafadmin/Scripting.py",
line 146
except Utils.WafError , e:
^