Re: [SOLVED] Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-16 Thread Khushboo Vashi
On Fri, Dec 13, 2024 at 6:20 PM Surya Widyanto wrote: > Hi, > > I just want to share that the problem with my installation of pgAdmin4 on > my AlmaLinux v8.x and v9.x are now can run with Web mode using Apache HTTPD. > I will try to explain how I overcome the problem > > 1. First, the error log o

[SOLVED] Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-13 Thread Surya Widyanto
Hi, I just want to share that the problem with my installation of pgAdmin4 on my AlmaLinux v8.x and v9.x are now can run with Web mode using Apache HTTPD. I will try to explain how I overcome the problem 1. First, the error log of my pgAdmin4 are like below mod_wsgi (pid=3540264): Failed to

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-03 Thread Surya Widyanto
Hi, I've try to move the libpq.so and libpq.so.5 to other locatiom. and restart the apache httpd. And the result is still the same, Error 500 on the web. couldn't import psycopg 'c' implementation: /usr/pgadmin4/venv/lib64/python3.9/site-packages/psycopg_c/pq.cpython-39-x86_64-linux-gnu.so

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-02 Thread Khushboo Vashi
On Mon, Dec 2, 2024 at 6:31 PM Surya Widyanto wrote: > Hi, > > For this problem is it already identified the main problem? is it a bug on > the new release v8.13? > Is there any hint how to solve the problem? until now, I still cannot > upgrade to v8.13 because of this problem > > Please try movi

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-12-02 Thread Surya Widyanto
Hi, For this problem is it already identified the main problem? is it a bug on the new release v8.13? Is there any hint how to solve the problem? until now, I still cannot upgrade to v8.13 because of this problem Regards, ayrus02 On 18-11-2024 16:42, Khushboo Vashi wrote: Hi, Make sure tha

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
Hi, These *libpq5 *file are found inside /usr/lib64: /usr/lib64/libpq.so /usr/lib64/libpq.so.5 /usr/lib64/libpq.so.5.17 It's on the AlmaLinux 8 (x64) and AlmaLinux 9 (x64) machine. Regards, ayrus02 On 18-11-2024 16:42, Khushboo Vashi wrote: Hi, Make sure that your libpq is located at LIBDIR

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Khushboo Vashi
On Mon, Nov 18, 2024 at 2:48 PM Surya Widyanto wrote: > Hi, > > Below are the output of *dnf list libpq5** on my AlmaLinux 8 (x64) > machine: > > Last metadata expiration check: 3:28:40 ago on Mon 18 Nov 2024 12:43:19 PM > WIB. > Installed Packages > libpq5.x86_64 - 17.0-43PGDG.rhel8 - @pgAdmin4

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
Hi, Just to confirm, I've restart the Apache. When I downgrade the pgAdmin4 to v8.12 on my AlmaLinux 9 (x64) machine, then restart the Apache server, I can access the pgAdmin4 via web browser again. It mean that there is something wrong with the v8.13 update package. Regards, ayrus02 On 18-1

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Khushboo Vashi
Hi, Make sure that your libpq is located at LIBDIR = /usr/lib64. This error may occur when you have multiple libpq installed on your system. Also do not forget to restart the apache server. Thanks, Khushboo On Mon, Nov 18, 2024 at 3:06 PM Surya Widyanto wrote: > Hi, > > Below are the output

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
Hi, Below are the output of *dnf list libpq5** on my AlmaLinux 8 (x64) machine: Last metadata expiration check: 3:28:40 ago on Mon 18 Nov 2024 12:43:19 PM WIB. Installed Packages libpq5.x86_64 - 17.0-43PGDG.rhel8 - @pgAdmin4 Available Packages libpq5-devel.x86_64 - 17.0-43PGDG.rhel8 - pgAdmin4

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Surya Widyanto
Hi, Below are the output of pg_config on on my AlmaLinux 8 (x64) machine: BINDIR = /usr/bin DOCDIR = /usr/share/doc/pgsql HTMLDIR = /usr/share/doc/pgsql INCLUDEDIR = /usr/include PKGINCLUDEDIR = /usr/include/pgsql INCLUDEDIR-SERVER = /usr/include/pgsql/server LIBDIR = /usr/lib64 PKGLIBDIR = /usr

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-18 Thread Khushboo Vashi
On Mon, Nov 18, 2024 at 1:13 PM Surya Widyanto wrote: > Hi, > > I've upgraded the libpq5 to version 17.0-43PGDG.rhel8 > I've also restart the apache server. > What's the output of `yum list libpq5*` ? > > But the problem still exist. With the same error in log file. > > I've also can confirm th

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
Hi, I've upgraded the libpq5 to version 17.0-43PGDG.rhel8 I've also restart the apache server. But the problem still exist. With the same error in log file. I've also can confirm that this also happened on my other server running AlmaLinux 9 (x64). My other server also has libpq5 with version

Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
Hi, Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dnf on AlmaLinux 8. My pgAdmin4 is installed as web mode and accessed via Apache. After upgrading to v8.13, when I access the pgAdmin4 address from web browser, it give an error 500. When I look at the error log, it conta

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Khushboo Vashi
Hi, On Mon, Nov 18, 2024 at 12:24 PM Surya Widyanto wrote: > Hi Vashi, > > Yes, I can confirm it is installed with version: > libpq5.x86_64 - v16.3-43PGDG.rhel8 > During the pgAdmin upgrade on your system, the libpq5 should have been upgraded to the latest (v17), which didn't happen in your cas

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Khushboo Vashi
Is libpq5 installed on your system? On Mon, Nov 18, 2024 at 12:11 PM Surya Widyanto wrote: > Hi, > > Today, I've upgraded my pgAdmin4 version from v8.12 to v8.13 using dnf on > AlmaLinux 8. > > My pgAdmin4 is installed as web mode and accessed via Apache. > > After upgrading to v8.13, when I acc

Re: Cannot Run pgAdmin4 v8.13 on AlmaLinux 8 after upgrade from v8.12

2024-11-17 Thread Surya Widyanto
Hi Vashi, Yes, I can confirm it is installed with version: libpq5.x86_64 - v16.3-43PGDG.rhel8 Regards, ayrus02 On 18-11-2024 13:48, Khushboo Vashi wrote: Is libpq5 installed on your system? On Mon, Nov 18, 2024 at 12:11 PM Surya Widyanto wrote: Hi, Today, I've upgraded my pgAdmin4