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] Problem installing pgadmin3-1.12.1

2010-12-16 Thread Ashesh Vashi
Hi Peter, Please use the script 'xtra/wx-build/build-wxgtk' found under pgadmin source directory to build the wxGTK/wxWidgets. i.e. (with root) /bin/bash /xtra/wx-build/build-wxgtk The error suggests that stc (wxStyledText) is not installed from the contrib module of wxGTK. -- Thanks & Regards,