Displaying 3 results from an estimated 3 matches for "python_provid".
Did you mean:
python_provide
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi,
I managed to compile 4.10.0 under CentOS 7.6. I did the following:
- update the yum package repository cache: sudo yum makecache
- install yum-utils: sudo yum install yum-utils
- add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
- update the yum package repository cache again: sudo yum makecache
- install Python 3.6 including PIP: sudo yum
2019 Apr 13
0
compile samba 4.10.2 centos 7.6
...s given in the wiki: https://wiki.samba.org/index.php/Build_Samba_from_Source
>
> Prior to running the configure command, you have to define the PYHTON env. variable: export PYTHON=/usr/bin/python3.6
I believe you meant "PYTHON", not "PYHTON ", right?
The RPM macro "python_provide" does not work for python3 components on
RHEL 7 or CentOS 7. That doesn't break compilation per-so, but it does
screw up packaging the python3 modules on RHEL 7 for That makes it
very awkward to repackage and bundle for Samba the "libtdb",
"libtalloc", "libtdb&quo...
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
...rg/index.php/Build_Samba_from_Source
> >
> > Prior to running the configure command, you have to define the
> > PYHTON env. variable: export PYTHON=/usr/bin/python3.6
>
> I believe you meant "PYTHON", not "PYHTON ", right?
>
> The RPM macro "python_provide" does not work for python3 components
> on
> RHEL 7 or CentOS 7. That doesn't break compilation per-so, but it
> does
> screw up packaging the python3 modules on RHEL 7 for That makes it
> very awkward to repackage and bundle for Samba the "libtdb",
> "lib...