Re: [pgadmin-support] OS X version problems

2005-06-17 Thread OpenMacNews
hi dave, It uncompresses OK, but when I double click on the application it blinks in the dock for a moment and then quits. Adam/Richard - any there any reason that pgAdmin might not work on that version that you're aware of? well, nothing OSX-version-specific comes immediately to mind. per

[pgadmin-support] Compiling pgadminIII on SuSE 9.3

2005-06-17 Thread Lars Haugseth
I'm running SuSE Linux 9.3, with PostgreSQL 8.0.3 installed from from RPMs downloaded from ftp.suse.com. Now I'm trying to build pgadminIII 1.2.2, but get into difficulties. First, I downloaded, built and installed wxGTK 2.6.1, since the version bundled with SuSE 9.3 is too old. When trying to b

Re: [pgadmin-support] Compiling pgadminIII on SuSE 9.3

2005-06-17 Thread Miha Radej
hi! you do not need to install pgsql from source. i've also had the same problem you describe on suse 9.3. following dave's advice i did this to get a successful build: LDFLAGS="-L/usr/lib -lkrb5" ./configure [your configure options] make sudo make install and it works without problems. well

Re: [pgadmin-support] Compiling pgadminIII on SuSE 9.3

2005-06-17 Thread Lars Haugseth
* [EMAIL PROTECTED] (Miha Radej) wrote: | | Lars Haugseth wrote: | > I'm running SuSE Linux 9.3, with PostgreSQL 8.0.3 installed from | > from RPMs downloaded from ftp.suse.com. Now I'm trying to build | > pgadminIII 1.2.2, but get into difficulties. | | you do not need to install pgsql from sourc