Package: x2gobroker version: x2gobroker-0.0.4.1-0.0x2go1.1.git20190422.1224.main.el6.x86_64
Hello, I'm trying to install x2gobroker on centos6 (2.6.32-754.23.1.el6.x86_64) The repo for x2go is setup for 'release-epel' and 'extras-epel' (I think it should be a stable version). The x2gobroker is from x2go-release-epel repository.
When yum install x2gobroker.x86_64 , it not pass due to dependencies (viz attached dependencies.txt)
I would expect it will install all dependencies. Even if I install python34 (to have python3) manually and all python modules via 'pip3 install' and rpm -iUv all x2gobroker packages, the x2gobroker-daemon won't start.
Could you please fix the installation for centos 6 or advise how to proseed it correctly?
Thank you Lubos
On Wed, Nov 6, 2019 at 1:25 PM Lubos Vitazka <vitazka.lubos@gmail.com> wrote:
Package: x2gobroker version: x2gobroker-0.0.4.1-0.0x2go1.1.git20190422.1224.main.el6.x86_64
Hello, I'm trying to install x2gobroker on centos6 (2.6.32-754.23.1.el6.x86_64) The repo for x2go is setup for 'release-epel' and 'extras-epel' (I think it should be a stable version). The x2gobroker is from x2go-release-epel repository.
When yum install x2gobroker.x86_64 , it not pass due to dependencies (viz attached dependencies.txt)
I would expect it will install all dependencies. Even if I install python34 (to have python3) manually and all python modules via 'pip3 install' and rpm -iUv all x2gobroker packages, the x2gobroker-daemon won't start.
Could you please fix the installation for centos 6 or advise how to proseed it correctly?
AFAIK RHEL6 does not offer python3 at all. Depending of EPEL is always problematic, I have had lots of problems in the past with packages in EPEL that broke the whole setup due to unsatisfied dependecies or by explicitly depending on old versions of packages that had been updated in RHEL6.
So the only advice I can give you is retrying installation with --nodeps.
Uli