James H. Cloos Jr. wrote:
"steve" == steve fox <[EMAIL PROTECTED]> 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
-- Tired of e-mail viruses and web browser pop-up windows? Get Mozilla at http://www.mozilla.org PC Magazine's 'Best of 2003' e-mail client and web-browser
Sick of paying hundreds of $$ for MS Office and licensing hassles? Get the award-winning OpenOffice at http://www.openoffice.org
Both are free and open source.
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend