Re: gentoo, anyone?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "steve fox" <steve(at)wiscota(dot)net>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: gentoo, anyone?
Date: 2004-01-17 09:37:47
Message-ID: 03AF4E498C591348A42FC93DEA9661B87204CB@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: steve fox [mailto:steve(at)wiscota(dot)net]
> Sent: 17 January 2004 06:55
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] gentoo, anyone?
>
> Hi,

Hi,

> I've been trying to get pgadmin3 running on gentoo linux, and
> get the following errors:
>
> checking pgsql in /usr... failed
> configure: error: you must specify a valid pgsql installation
> with --with-pgsql=DIR
>
> !!! ERROR: dev-db/pgadmin3-1.0.2 failed.
> !!! Function econf, Line 365, Exitcode 1 !!! econf failed

Did you try:

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

> Postgresql is installed, pgsql lives in /usr/local. I've
> symlinked it to /usr/pgsql thinking that would fix it, but it
> doesn't. Is there a way to pass the --with-pgsql option to
> emerge?

What's emerge?

> And I didn't know it was required to have postgresql
> installed on the same box -- my postgres servers are all remote.

You need it for the libpq client library. The server itself doesn't need
to be running, or even initdb'ed. If you make a static build of pgAdmin,
then you can even get rid of it after your build is complete.

Regards, Dave.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message steve fox 2004-01-17 12:49:31 Re: gentoo, anyone?
Previous Message steve fox 2004-01-17 06:55:08 gentoo, anyone?