I installed TimescaleDB 2.19.0 and I’m using PostgreSQL 17.0 via DBngin on macOS . I manually copied the required files, but I did not run ./timescaledb_move.sh .
When trying to load the extension in PostgreSQL, I get the following error:
ERROR: could not load library “/Users/Shared/DBngin/postgresql/17.0/lib/timescaledb-2.19.0.dylib”:
dlopen(/Users/Shared/DBngin/postgresql/17.0/lib/timescaledb-2.19.0.dylib, 0x000A): Symbol not found: _SearchSysCacheLockedCopy1
Referenced from: <5929F851-D18C-34D8-A1D9-3C94D5534B6A> /Users/Shared/DBngin/postgresql/17.0/lib/timescaledb-2.19.0.dylib
Expected in: <0D1C7C97-D04C-3A91-9E79-2FF19AB138E3> /Users/Shared/DBngin/postgresql/17.0/bin/postgres
Has anyone encountered this issue when using TimescaleDB with DBngin ? What is the correct way to set it up?