Re: pgadmin4 7.6 on RHEL 8.8 receives "Internal Server Error"

2023-09-06 Thread Khushboo Vashi
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

Re: pgadmin4 7.6 on RHEL 8.8 receives "Internal Server Error"

2023-09-06 Thread Daxu Yin
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