Building pgadmin3-1.20.0 in CentOS 7 with PostgreSQL-9.4

荒凉一梦 提交于 2019-12-12 01:53:08

问题


I want to build pgadmin3-1.20.0 in CentOS 7, so I enter:

./configure 

But I got this error:

configure: error: Could not find your PostgreSQL installation. You might need to use the --with-pgsql=DIR configure option

And when I use following command:

./configure --with-pgsql=/usr/pgsql-9.4/

this error will be raised:

configure: error: you must specify a valid PostgreSQL 8.4+ installation with --with-pgsql=DIR

Pgsql is up and has not any problem. How can I fix this error.


回答1:


have you tried to install the libraries that are specified in this other post?

https://serverfault.com/questions/453430/install-pgadmin-in-debian-server



来源:https://stackoverflow.com/questions/29728994/building-pgadmin3-1-20-0-in-centos-7-with-postgresql-9-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!