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
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
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