Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL 15.3 #104

Open
Davidnadejdin opened this issue May 22, 2023 · 6 comments
Open

PostgreSQL 15.3 #104

Davidnadejdin opened this issue May 22, 2023 · 6 comments

Comments

@Davidnadejdin
Copy link

Davidnadejdin commented May 22, 2023

Please update to PostgreSQL 15.3. Because the old version of PostgreSQL 15.1 trying to load extensions(Postgis in my case) by using llibtiff.5.dylib which has been updated to libtiff.6.dylib

@Davidnadejdin
Copy link
Author

@huyphams please 🥲

@patryk-smc
Copy link

That would be great @huyphams

@njwest
Copy link

njwest commented Oct 21, 2023

PostGIS should work if you spin up PSQL 14.3 via dbngin, although obv this is not ideal

@igorkasyanchuk
Copy link

does anyone have a solution for this error?

@huyphams
Copy link
Contributor

huyphams commented May 8, 2024

Hmm are you using pg 15 @igorkasyanchuk ?

@igorkasyanchuk
Copy link

tried with PG16, 15 and 14. Only works with 14.

Caused by:
PG::UndefinedFile: ERROR:  could not load library "/Users/Shared/DBngin/postgresql/15.1/lib/postgis-3.so": dlopen(/Users/Shared/DBngin/postgresql/15.1/lib/postgis-3.so, 0x000A): Library not loaded: /usr/local/opt/libtiff/lib/libtiff.5.dylib (PG::UndefinedFile)
  Referenced from: <6AAD9711-1CB0-3BCD-BCE9-F990AC56DBCD> /Users/Shared/DBngin/postgresql/15.1/lib/libproj.25.dylib
  Reason: tried: '/usr/local/opt/libtiff/lib/libtiff.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/libtiff/lib/libtiff.5.dylib' (no such file), '/usr/local/opt/libtiff/lib/libtiff.5.dylib' (no such file), '/usr/lib/libtiff.5.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/libtiff/4.6.0/lib/libtiff.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/libtiff/4.6.0/lib/libtiff.5.dylib' (no such file), '/usr/local/Cellar/libtiff/4.6.0/lib/libtiff.5.dylib' (no such file), '/usr/lib/libtiff.5.dylib' (no such file, not in dyld cache)
/Users/igorkasyanchuk/projects/megakadastr/db/schema.rb:16:in `block in <main>'
/Users/igorkasyanchuk/projects/megakadastr/db/schema.rb:13:in `<main>'
Tasks: TOP => db:schema:load

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants