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: pgadmin installation issues

2024-11-18 Thread Anil Sahoo
Hi Aldo, Install desired PostgreSQL from https://www.enterprisedb.com/downloads/postgres-postgresql-downloads, And once you are done with this, you can go to pgAdmin 4 and register a server. Once you are done with registration, you can use the pgAdmin. Thanks On Mon, Nov 18, 2024 at 5:22 PM Aldo

pgadmin installation issues

2024-11-18 Thread Aldo Mema
Hello, I have installed the pgadmin on my mac. My device is Sequoia 15.1 The app in installed ok and is opening fine. Now is asking to set up a server and also for a password. I never set up a password. Can you please assist with this final step? Thank you

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