Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Thu, 12 Nov 2009 16:38:08 +0300
  • Message-id: <a745310911120538s419c5a63t9943a917addb14c4@mail.gmail.com> <text/plain>

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


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group