Hi,
On Wed, Sep 6, 2023 at 11:01 PM Daxu Yin wrote:
> Hi Yogesh,
>
> Thanks a lot for promptly following this up.
>
> I kind of "fix" or bypassed the problem by examining the
> /var/log/httpd/error_log,
>
> 1. The error log suggested something wrong with the libpq package. The
> RHEL 8 instance
Hi Yogesh,
Thanks a lot for promptly following this up.
I kind of "fix" or bypassed the problem by examining the
/var/log/httpd/error_log,
1. The error log suggested something wrong with the libpq package. The RHEL 8
instance has libpq5, but not libpq. So I installed:sudo yum install -y
libpqsud