Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install
Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install
От:
Guillaume Lelarge <guillaume@lelarge.info>
Дата:
Le 26/01/2011 00:28, MargaretGillon@chromalloy.com a écrit : > Using these instructions > > http://wiki.flexive.org/confluence/display/FX/Postgres+9.x+installation+in+Ubuntu?focusedCommentId=4915206#comment-4915206 > > > I am trying to install current pgadmin3 1.12 on an ubuntu lucid client. Using > the instructions above I have an Ubuntu 10.4 Postgresql 9 server up and running > successfully with pgadmin3 working, too. If I try this server install on the > ubuntu client it fails. Because there is no local server the pgadmin3 install > fails. Is there a way to install just pgadmin3 from the tar on an ubuntu 10.4 > client? > The URL above doesn't ask you to install the PostgreSQL server, but its development package (pg_config, header files and so on). You need it to compile pgAdmin. And you need PostgreSQL libpq to use pgAdmin. That's all you need. -- Guillaume http://www.postgresql.fr http://dalibo.com
Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install
От:
Adrian Klaver <adrian.klaver@gmail.com>
Дата:
On 01/26/2011 09:23 AM, MargaretGillon@chromalloy.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.klaver@gmail.com
Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install
От:
MargaretGillon@chromalloy.com
Дата:
>> add-apt-repository ppa:pitti/postgresql > sudo apt-get install pgadmin3 >-- >Adrian Klaver That did it. Thanks! Margaret "This e-mail message and any attachment(s) are for the sole use of the intended recipient(s) and may contain company proprietary, privileged or confidential information. If you are not the intended recipient(s), please contact the sender by reply e-mail, advise them of the error and destroy this message and its attachments as well as any copies. The review, use or distribution of this message or its content by anyone other than the intended recipient or senior management of the company is strictly prohibited."
Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install
От:
MargaretGillon@chromalloy.com
Дата:
Re: Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install
От:
MargaretGillon@chromalloy.com
Дата:
Install Pgadmin3 1.12 on ubuntu 10.4 lucid client without postgresql server install
От:
MargaretGillon@chromalloy.com
Дата: