On Mon, 2011-09-26 at 12:02 +0200, Willy-Bas Loos wrote:
> On Fri, Sep 23, 2011 at 10:07 PM, Guillaume Lelarge
> <guilla...@lelarge.info> wrote:
> Also, pgAdmin crashes (no, stalls) on the deafult ubuntu server
> configuration with the adminpack installed, unless you make the
> symlink (which was an educated guess). I think that that should at
> least be fixed.
> 

It didn't happen to me.

Here is what I did:
* download ubuntu 11.04, 64 bits
* install it
* launch it, and connect it as single user
* sudo apt-get install aptitude
* sudo aptitude install postgresql-8.4 postgresql-client-8.4
* sudo aptitude install postgresql-contrib-8.4
* sudo aptitude install postgresql-server-dev-8.4 libpq-dev
* sudo aptitude install libwxgtk2.8-dbg libwxgtk2.8-dev
* sudo aptitude install libxml2-dev libxslt1-dev
* download pgadmin3 1.14 source package
* tar xvfz Downloads.pgadmin3-1.14.0.tar.gz
* cd pgadmin3-1.14.0
* ./configure --enable-debug
* sudo make
* sudo make install
* vim /etc/postgresql/8.4/main/postgresql.conf
  listen_addresses = '*'
* vim /etc/postgresql/8.4/main/pg_hba.conf
  (change the authentification method to trust... yeah, I know, that's
  bad :) )
* sudo /etc/init.d/postgresql restart
* psql -U postgres -f /usr/share/postgresql/8.4/contrib/adminpack.sql
postgres
* /usr/local/pgadmin3/bin/pgadmin3
  * add new server
  * connection to new server
  * launch server status
    ... and no crash
    ... just a single message telling me "could not read directory
        pg_log"


-- 
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to