我从官网得到了 pgAdminIII-1.14 源代码。
现在我正在尝试在 Debian Squeeze 机器上编译它。
起初我是这样做的:
./configure
Run Code Online (Sandbox Code Playgroud)
我收到了这个错误:
configure: error: you must specify a valid PostgreSQL 8.4+ installation with --with-pgsql=DIR
Run Code Online (Sandbox Code Playgroud)
我不知道它需要哪个目录,我试过:
/usr/lib/postgresql/9.1/bin
Run Code Online (Sandbox Code Playgroud)
这是我有“psql”的目录,但它不是好的目录。
我该如何解决?