What is wrong with addressing postgress directly? tar xf postgresql-17.8.tar.bz2
cd postgresql-17.8
yum install -y gcc readline-devel zlib-devel libicu-devel perl-FindBin
./configure --prefix=/opt/splunk
make
make install this worked fine for me
... View more