Re: [pgadmin-support] Problem installing pgadmin3-1.12.1

2010-12-19 Thread Ashesh Vashi
Hi Peter, It seems, it's trying to load wxWidgets library from the '/usr/lib'. You need to export the LD_LIBRARY_PATH as show below, before running the pgadmin3. *export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH ./pgadmin3* -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise P

Re: [pgadmin-support] Problem installing pgadmin3-1.12.1

2010-12-19 Thread Peter Oram
# ldd /usr/local/pgadmin3/bin/pgadmin3 libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 libkrb5.so.1 => /usr/lib/libkrb5.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libwx_gtk2u_stc-2.8.so.0 => /usr/lib/libwx_gtk2u_stc-2.8.so.0 libwx_gtk2u_ogl-2.8.so.0 => /usr/lib/l

Re: [pgadmin-support] Problem installing pgadmin3-1.12.1

2010-12-19 Thread Ashesh Vashi
What is the output of 'ldd pgadmin3'? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company *http://www.linkedin.com/in/asheshvashi* On Mon, Dec 20, 2010 at 5:25 AM, Peter Oram wrote: > I have

Re: [pgadmin-support] Problem installing pgadmin3-1.12.1

2010-12-19 Thread Peter Oram
I have successfully rebuilt wxWidgets using the build-wxgtk script, then rebuilt pgAdmin3. However, once again when I try to run the pgAdmin3 application I am still getting the same relocation error as before. Now I have two versions of wxWidgets installed on the system. The original version

Re: [pgadmin-support] Restore option disabled for non-superuser

2010-12-19 Thread Guillaume Lelarge
Le 15/12/2010 11:35, Konstantin Pelepelin a écrit : > 15.12.2010 9:48, Guillaume Lelarge пишет: >> Le 14/12/2010 22:35, Konstantin Pelepelin a écrit : >>> PgAdmin 1.12.2 on WindowsXP >>> postgresql 9.0 on linux >>> >>> When connecting as 'postgres', 'Restore' option is available, but when >>> conne

Re: [pgadmin-support] How to extend the Pgadmin

2010-12-19 Thread Dave Page
On Sun, Dec 19, 2010 at 5:11 AM, ymcheng wrote: > > Hi everyone, > > > I am working on a project based on Pgadmin. My job is to extend the Pgadmin > tool, such as adding panels to the GUI(open extra panel for query input). I > am currently working under Linux, but I am quite new to linux and c++ a