Re: PgAgent without wxWidgets?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Peter <zelts(at)ruksis(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: PgAgent without wxWidgets?
Date: 2009-03-29 08:24:24
Message-ID: 937d27e10903290124k4b9e2133p2e6a619d1ae64b72@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Sun, Mar 29, 2009 at 9:11 AM, Peter <zelts(at)ruksis(dot)com> wrote:
> I cant compile (standalone) PgAgent 1.9 on FreeBSD - it requires a huge
> number of X11 packages. Compilation breaks in one of them, and anyway I
> dont want X on pure server machine. Is there a way to compile pgagent
> without this? It's a pure command-line program anyway, why should it
> need wxWidgets?

wxWidgets isn't just GUI classes, and pgAgent doesn't require any of
the GUI dependencies to run. You should be able to build on a
workstation and then copy the resulting binary to your server without
having to install any X components.

Oh, and if you have a pgAgent that claims to be 1.9, then you have
some pretty old development code. Why not use the released 3.0.0
version?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Peter 2009-03-29 09:41:32 Re: PgAgent without wxWidgets?
Previous Message Peter 2009-03-29 08:11:07 PgAgent without wxWidgets?