Hi List I want to install samba 4.10.2 on centos. but after run the ./configure command show "/usr/bin/env: python3: no such file or directory" how to fix this problem, my friends. tanks.
On Mon, 13 May 2019 10:08:48 +0430 sam zand via samba <samba at lists.samba.org> wrote:> Hi List > I want to install samba 4.10.2 on centos. but after run > the ./configure command show "/usr/bin/env: python3: no such file or > directory" how to fix this problem, my friends. > tanks.I would have thought it was obvious, you need to install python3 packages. You can get these from the epel repo. Rowland
Am 13.05.19 um 07:38 schrieb sam zand via samba:> Hi List > I want to install samba 4.10.2 on centos. but after run the ./configure > command show "/usr/bin/env: python3: no such file or directory" > how to fix this problem, my friends. > tanks.how about install python3? [root at hosting:~]$ yum search python3 | grep libs python34-libs.x86_64 : Python 3 runtime libraries python36-libs.x86_64 : Python runtime libraries yum install python34 yum install python36 https://fedoraproject.org/wiki/EPEL
On Mon, May 13, 2019 at 1:40 AM sam zand via samba <samba at lists.samba.org> wrote:> > Hi List > I want to install samba 4.10.2 on centos. but after run the ./configure > command show "/usr/bin/env: python3: no such file or directory" > how to fix this problem, my friends. > tanks.Several of us publish SRPMs or SRPM and RPM building toolkits for this. See: https://github.com/nkadel/samba4repo It's not as automatic as I might like, you'll want to set up "mock" to build things cleanly, and learn a bit about using git submodules.