Re: [pgadmin-support] Compiling pgadmin3-1.14.1 on open BSD 5.0

2011-12-22 Thread Pietro A Bertini
Thanks. The better solution was to rebuild pgsql using CFLAGS -liconv -lintl. That took car of all dependencies in the pgadmin configuration. However now, it configures OK but does not compile: At the config stage it states SSL missing: checking for SSL_library_init in -lssl... no [...] Postgre

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2011-12-22 Thread Dave Page
On Wed, Dec 21, 2011 at 10:08 PM, David E. Wheeler wrote: > On Dec 21, 2011, at 1:57 AM, Dave Page wrote: > > Thanks. The logic used to determine the success or failure of a step > is pretty simple: > >if (rc == 0) >stepstatus = wxT("s"); >el

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2011-12-22 Thread David E. Wheeler
On Dec 22, 2011, at 1:44 AM, Dave Page wrote: > Which makes me think that either `rc`is not what gets put into jsresult, or > that `steps->GetString(wxT("jstonerror"))` is returning "s", too. Or that I’m > completely misunderstanding something, of course. :-) > > What's in pgagent.pga_jobstep w