Re: PgAdmin forgets stored password on connection problem

From: Eugene Lisitsky <lisitsky(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PgAdmin forgets stored password on connection problem
Date: 2009-11-12 13:38:08
Message-ID: a745310911120538s419c5a63t9943a917addb14c4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

2009/11/12 Dave Page <dpage(at)pgadmin(dot)org>

> On Thu, Nov 12, 2009 at 11:55 AM, Eugene Lisitsky <lisitsky(at)gmail(dot)com>
> wrote:
> >
> > $ wx-config --cflags
> > -I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8
> > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -pthread
>
> Not sure what to suggest then. I just installed on a Karmic box I'm
> testing here, and I get:
>
> dpage(at)fuji:~$ wx-config --cflags
> -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8
> -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
>

Thank you, Dave!

You message gave me an idea about lack of wx-gtk bridge.
So I've installed:
$ sudo aptitude install libwxgtk2.8-dev

and now I have the same wx-config output:
$ wx-config --cflags
-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread

I'll try to compile pgadmin again.

>
> --
> Dave Page
> EnterpriseDB UK: http://www.enterprisedb.com
>

--
Yours,
Eugene Lisitsky

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2009-11-13 12:18:55 Re: PgAdmin vs lost connections
Previous Message Dave Page 2009-11-12 13:30:59 Re: [SOLVED] pgAdmin ver 1.10 freezing all too frequently