Re: GSSAPI Authentication for pgadmin4 macOS client

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean McDaniel <sean(dot)m(dot)mcdaniel(at)gmail(dot)com>
Cc: Neil <neil(at)fairwindsoft(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: GSSAPI Authentication for pgadmin4 macOS client
Date: 2020-10-27 19:45:03
Message-ID: 1109592.1603827903@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sean McDaniel <sean(dot)m(dot)mcdaniel(at)gmail(dot)com> writes:
> I followed your suggestions and symlinked libpq.5.dylib under
> /Applications/pgAdmin 4.app/Contents/Frameworks to the homebrew library
> /usr/lib/libpq.5.6.dylib, but unfortunately pgadmin4 now fails on launch
> with the error "The pgadmin4 server could not be contacted." Do the other
> libraries 'libcrypto.1.1.dylib' and 'libssl.1.1.dylib' need symlinked as
> well? They don't appear to have exact library matches under /usr/lib.

Yeah, probably. Try "otool -L" on the symlink and see if it manages
to resolve all the dependencies.

Another point here is that libpq.5.6.dylib is quite a few major versions
back, so it's possible that pgadmin needs a newer version of that library.
Hard to tell what's going on unless you can find some lower-level error
report.

> Also, might a future macOS version of pgadmin4 support GSSAPI?

You'd have to pester the pgadmin folk about that.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Lewis 2020-10-27 21:14:49 Re: Bad planner performance for tables with empty tuples when using JIT
Previous Message Sean McDaniel 2020-10-27 19:37:00 Re: GSSAPI Authentication for pgadmin4 macOS client