>>>>> "steve" == steve fox <steve@wiscota.net> writes:
steve> I've been trying to get pgadmin3 running on gentoo linux, and
steve> get the following errors:
steve> checking pgsql in /usr... failed configure: error: you must
steve> specify a valid pgsql installation with --with-pgsql=DIR
They moved the pgsql includes out of /usr/include and into
/usr/include/postgresql/pgsql in the lastest ebuilds.
I got the pgadmin3 ebuild to install by running:
cd /usr/include && ln -s postgresql/pgsql/* .
before emerging pgadmin3.
-JimC