On Sun, 12 Jun 2022, David Johnson wrote:
There's a version mismatch between the libpq and the postgresql
verson:
[root@ovirt1 ~]# dnf info --installed libpq* postgresql*
Installed Packages
Name : libpq5
Version : 14.3
Release : 42PGDG.rhel8
Architecture : x86_64
Size : 793 k
Source : libpq5-14.3-42PGDG.rhel8.src.rpm
Repository : @System
From repo : pgdg-common
^^^^^^^^^ ^^^^^^^^^^^
Looks like this is not a clean system. You should disable any 3rd party
repos including EPEL and run 'dnf distro-sync --nobest' before intsalling.
They are likely the source of all of your dependency and missing package
issues. oVirt has a lot of dependencies from a lot of repos, and 3rd
party repos can mess up their delicate balance.