From a348029877e399f6594341e6ed59b37ae7aa19ef Mon Sep 17 00:00:00 2001 From: dumol Date: Thu, 1 Aug 2024 14:23:35 +0000 Subject: [PATCH] Try older psutil version to build on CentOS 5. --- chevah_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chevah_build b/chevah_build index 9463dc1a3..65bb755e8 100755 --- a/chevah_build +++ b/chevah_build @@ -331,8 +331,8 @@ case $OS in export PATH="/usr/local/bin:$PATH" # In particular, Perl's Test::Simple and its deps are required. execute perl -MTest::Simple -e 1 - # Version 6.0.0 can't build on RHEL 5 and clones. - PSUTIL_VERSION="5.9.8" + # Version 5.9.8 and newer can't build on RHEL 5 and clones. + PSUTIL_VERSION="5.9.6" ;; *) # Only supported Linux distributions should be left.