You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
I'm having an issue with the v11.2.2 executable for Mac. Every time I run it I get the following error:
Library not loaded: /usr/local/opt/postgresql@14/lib/postgresql@14/libpq.5.dylib
I had Postgres 16 installed (and had never had 14 on this machine). I've tried the following:
My original Postgres installation was don using the EDB installer for Mac
I tried using Postgres.app instead
I tried installing Postgres 14 with Homebrew
I tried using the Linux static executable from Postgrest instead of the Mac version (this didn't run at all).
#1-3 above gave me the same error. None of those installers wrote anything to /usr/local/opt. #4 just didn't run. #3 should have addressed the fix mentioned on the Postgrest site (to do a Homebrew install). I secifically ran 'brew install postgresql@14', and in case it helped 'brew services start postgresql@14'.
The text was updated successfully, but these errors were encountered:
It looks like there may be some issues lately with Macs and PostgREST binaries. What seemed to solve the issue was not using the binary and installing it using brew:
I haven't yet tested end-to-end as I need to recreate my DB (while trying the various different Postgresql installation methods above). But using 'brew install postgrest' did get me through the installation process.
I'm having an issue with the v11.2.2 executable for Mac. Every time I run it I get the following error:
Library not loaded: /usr/local/opt/postgresql@14/lib/postgresql@14/libpq.5.dylib
I had Postgres 16 installed (and had never had 14 on this machine). I've tried the following:
#1-3 above gave me the same error. None of those installers wrote anything to /usr/local/opt. #4 just didn't run. #3 should have addressed the fix mentioned on the Postgrest site (to do a Homebrew install). I secifically ran 'brew install postgresql@14', and in case it helped 'brew services start postgresql@14'.
The text was updated successfully, but these errors were encountered: