ganglia gmond python modules missing from EPEL package
Does anyone use ganglia gmond under alma 9? And does anyone have any idea why the epel provided gmond does not have the python modules? Thanks a lot! Adrian
On Mon, 23 Jan 2023 at 06:56, Adrian Sevcenco
Does anyone use ganglia gmond under alma 9? And does anyone have any idea why the epel provided gmond does not have the python modules?
Looking at the spec file, the ganglia modules are only created when python2 is available. Python2 is not available in RHEL9 so they are not built.
Thanks a lot! Adrian _______________________________________________ AlmaLinux Users mailing list -- users@lists.almalinux.org To unsubscribe send an email to users-leave@lists.almalinux.org
-- Stephen J Smoogen. Let us be kind to one another, for most of us are fighting a hard battle. -- Ian MacClaren
On 23.01.2023 14:22, Stephen John Smoogen wrote:
On Mon, 23 Jan 2023 at 06:56, Adrian Sevcenco
mailto:Adrian.Sevcenco@cern.ch> wrote: Does anyone use ganglia gmond under alma 9? And does anyone have any idea why the epel provided gmond does not have the python modules?
Looking at the spec file, the ganglia modules are only created when python2 is available. Python2 is not available in RHEL9 so they are not built.
Right!!! now, that you mention this i also found a PR for python3 support https://github.com/ganglia/monitor-core/pull/313 let the fun rebuilding with a PR patch begin :) (the actual python modules deployment will be another pain) Many thanks! Adrian
participants (2)
-
Adrian Sevcenco
-
Stephen John Smoogen