【发布时间】:2014-06-02 17:03:25
【问题描述】:
我正在尝试安装 dm-postgres-adapter gem,但在安装 do_postgres gem 时失败。
找不到 postgres 的标头。
checking for main() in -lpq... yes
checking for libpq-fe.h... yes
checking for libpq/libpq-fs.h... yes
checking for postgres.h... no
*** extconf.rb failed ***
我已经从 apt 安装了 postgres 和 libpq-dev,但 postgres.h 仍然不在我的系统中
有人知道需要安装哪个库吗?
【问题讨论】:
标签: ruby-on-rails ruby postgresql