Hi Experts,
I am trying to install PostgreSQL 14.1 in RHEL 7.9 using RPMs. When I try
to install postgresql14-contrib-14.0-1PGDG.rhel7.x86_64.rpm package,
getting below error:
rpm -ivh postgresql14-contrib-14.0-1PGDG.rhel7.x86_64.rpm
error: Failed dependencies:
libpython3.6m.so.1.0()(64bit) is needed by
postgresql14-contrib-14.0-1PGDG.rhel7.x86_64
Does PG 14 contrib module require python 3 installed in the server? Please
advise