osx - Installing Timescaledb on Mac OS X, PostgreSQL 9.6 not found -
i trying install timescaledb on mac, http://docs.timescale.com/getting-started/installation?os=mac&method=source. requirement postgresql 9.6 downloaded postgres.app. however, when try build , install timescaledb
- following error:
z-mbp:~ user$ cd timescaledb z-mbp:timescaledb user$ make /bin/sh: pg_config: command not found makefile:6: *** "timescaledb requires postgresql 9.6". stop.
but postgres.app installed , server running fine. going wrong , how can fix it?
makefile telling can't find pg_config
.
as postgres.app supposed include cli utility in install, first guess don't have utility in $path.
i think asked same question on timescaledb's github issues page, , given ongoing q&a there, thought point readers that:
https://github.com/postgresapp/postgresapp#command-line-utilities
Comments
Post a Comment