Building pgadmin3-1.20.0 in CentOS 7 with PostgreSQL-9.4
问题 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