Hi all
I just built samba 4.11.0 and while the book says to require
Python-2.7.17, the Release Notes say it requires python3.
From the Release Notes
(https://www.samba.org/samba/history/samba-4.11.0.html):
Python2 support
---------------
Samba 4.11 will not have any runtime support for Python 2.
If you are building Samba using the '--disable-python' option
(i.e. you're excluding all the run-time Python support), then this
will continue to work on a system that supports either python2 or
python3.
To build Samba with python2 you *must* set the 'PYTHON' environment
variable for both the 'configure' and 'make' steps, i.e.
'PYTHON=python2 ./configure'
'PYTHON=python2 make'
This will override the python3 default.
Except for this specific build-time use of python2, Samba now requires
Python 3.4 as a minimum.
Also it seems that the perl script "pidl" is gone, and at least in my
build, any perl-related directories.
Does anyone disagree?
Bye
Tim
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page