On Wed, Apr 8, 2009 at 11:40 PM, Tom Lane <[email protected]> wrote: > "Just E. Mail" <[email protected]> writes: >> Now I am trying to install "pgAdmin" (having already installed >> wxWigets). When I issue the "./configure" command to install "pgAdmin", >> I get an error message saying that it can't find the PostgreSQL and that >> I should use the --with-pgsql=DIR command. > > You'd only run configure if you were trying to install pgAdmin from > source; and I suppose what it wants is the root of the Postgres > source tree, which you haven't got because you didn't install Postgres > from source. I'd suggest finding an RPM packaging of pgAdmin instead.
It's looking for the installation prefix - probably /usr. I agree with Tom though - use the RPMs from http://yum.pgsqlrpms.org unless you're planning on hacking on the code. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
