Hi Folks,
I got a solution it’s for RHEL7.9, Enable relevant repo for 8 & 9.
· subscription-manager repos --enable rhel-7-server-devtools-rpms
· subscription-manager repos --enable=rhel-7-server-optional-rpms
· yum install llvm-toolset-7
· scl enable llvm-toolset-7 bash
· yum update perl
· yum install postgresql13-devel
Cheers,
Tayyab
From: Carlos Alves <carlos.alves@xxxxxxxxxxxxxxx>
Sent: Friday, December 22, 2023 3:09 AM
To: tayyab.humayl@xxxxxxxxx
Cc: pgsql-admin@xxxxxxxxxxxxxxxxxxxx
Subject: Re: Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
Em 21/12/2023 13:21, tayyab.humayl@xxxxxxxxx escreveu:
Hi Team,
I doing offline installation on RHEL 7.9, facing below issue, Any quick help will appreciated.
Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo)
Requires: llvm-toolset-7-clang >= 4.0.1
Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo)
Requires: perl(IPC::Run)
Complete Message :
yum install postgresql13-devel
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
Resolving Dependencies
--> Running transaction check
---> Package postgresql13-devel.x86_64 0:13.13-1PGDG.rhel7 will be installed
--> Processing Dependency: perl(Test::More) >= 0.87 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Processing Dependency: llvm-toolset-7-clang >= 4.0.1 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Processing Dependency: perl-Test-Simple for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Processing Dependency: perl(Test::More) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Processing Dependency: perl(IPC::Run) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Processing Dependency: libicu-devel for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Running transaction check
---> Package libicu-devel.x86_64 0:50.2-4.el7_7 will be installed
---> Package perl-Test-Simple.noarch 0:0.98-243.el7 will be installed
--> Processing Dependency: perl(Test::Harness) >= 2.03 for package: perl-Test-Simple-0.98-243.el7.noarch
---> Package postgresql13-devel.x86_64 0:13.13-1PGDG.rhel7 will be installed
--> Processing Dependency: llvm-toolset-7-clang >= 4.0.1 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Processing Dependency: perl(IPC::Run) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Running transaction check
---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
---> Package postgresql13-devel.x86_64 0:13.13-1PGDG.rhel7 will be installed
--> Processing Dependency: llvm-toolset-7-clang >= 4.0.1 for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Processing Dependency: perl(IPC::Run) for package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64
--> Finished Dependency Resolution
Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo)
Requires: llvm-toolset-7-clang >= 4.0.1
Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo)
Requires: perl(IPC::Run)
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************
Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo)
Requires: llvm-toolset-7-clang >= 4.0.1
Error: Package: postgresql13-devel-13.13-1PGDG.rhel7.x86_64 (localrepo)
Requires: perl(IPC::Run)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles –nodigest
Tayyab
Hi!
Try installing epel-release. I think this package has the necessary dependencies.
Sincerely,
Carlos