| From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
|---|---|
| To: | MargaretGillon(at)chromalloy(dot)com |
| Cc: | Guillaume Lelarge <guillaume(at)lelarge(dot)info>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install |
| Date: | 2011-01-26 17:46:42 |
| Message-ID: | 4D405E02.6010402@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 01/26/2011 09:23 AM, MargaretGillon(at)chromalloy(dot)com wrote:
> Correction on the commands I quoted. The first one should have been for
> the repository.
>
> >And you need PostgreSQL libpq to use pgAdmin. That's all you need.
> >Guillaume
>
> Since I cannot use the Ubuntu repository what is the package name for
> the postgresql 9 library?
>
> If I take the postgresql-9.0 out of the install command on the link I
> sent and run the commands below
>
> add-apt-repository ppa:pitti/postgresql
> sudo apt-get install postgresql-client-9.0
> wget
> http://wwwmaster.postgresql.org/redir/407/h/pgadmin3/release/v1.12.1/src/pgadmin3-1.12.1.tar.gz
>
> tar xvfz pgadmin3-1.12.1.tar.gz
> cd pgadmin3-1.12.1
> ./configure
>
> I get the error
>
> configure: error: Could not find your PostgreSQL installation. You might
> need to use the --with-pgsql=DIR configure option
Well according to the below there is a Lucid deb for pgAdmin 1.12 at
that repository:
https://launchpad.net/~pitti/+archive/postgresql
Try
sudo apt-get install pgadmin3
>
> Thanks, Margaret
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Esmin Gracic | 2011-01-26 18:11:59 | check on foreign table? |
| Previous Message | MargaretGillon | 2011-01-26 17:23:31 | Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install |