Ezequias Rodrigues da Rocha wrote:
> Hi Dave and hackers,
>
> I would like to install pgagent on my linux machine (I have a Server
> on linux and my administration is on windows).
>
> I looked for pgAgent and found it on linux installation
> http://developer.pgadmin.org/snapshots/linux/slackware/
>
> I just put it on my linux machine and try to see if it's ok but notthing
> done.
>
> [root@linux1 bin]# ./pgagent
> ./pgagent: error while loading shared libraries: libwx_baseu-2.8.so.0:
> cannot open shared object file: No such file or directory
> [root@linux1 bin]#
>
> My postgresql must be installed without this contrib (does it is a
> contrib ?)
Hmm - it looks like pgAgent isn't static linking when it should do :-(.
I'm afraid you'll need to build wxWidgets and pgAgent manually to get it
to work quickly. I'll look at why the static linking is broken - once
fixed, the snapshots should pickup the change.
Regards, Dave.