【发布时间】:2018-01-22 11:41:15
【问题描述】:
我正在尝试在我的 Mac 上安装 Timescaledb,http://docs.timescale.com/getting-started/installation?OS=mac&method=Source。对此的要求是 PostgreSQL 9.6,所以我下载了 postgres.app。但是,当我尝试构建和安装 timescaledb- 时,我收到以下错误:
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.
但是 postgres.app 已安装并且服务器运行良好。出了什么问题,我该如何解决?
【问题讨论】:
标签: macos postgresql time-series timescaledb