我想在CentOS 7中构建pgadmin3-1.20.0,所以我输入:
./configure 但是我得到了这个错误:
configure: error: Could not find your PostgreSQL installation. You might need to use the --with-pgsql=DIR configure option当我使用以下命令时:
./configure --with-pgsql=/usr/pgsql-9.4/将引发此错误:
configure: error: you must specify a valid PostgreSQL 8.4+ installation with --with-pgsql=DIRPgsql已启动,没有任何问题。如何修复此错误。
发布于 2015-05-08 15:56:35
你有没有尝试过安装这篇文章中指定的库?
https://serverfault.com/questions/453430/install-pgadmin-in-debian-server
https://stackoverflow.com/questions/29728994
复制相似问题