centos 64位上的pgagent [英] pgagent on centos 64bit

查看:486
本文介绍了centos 64位上的pgagent的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图安装pgAgent连续两天在centOS 6.2 64位。
我一直试图从源代码编译,但没有成功,因为我无法管理编译wxWidgets。
我一直试图使用一个预编译的版本但是由于缺少库而失败:

I am trying to install pgAgent for two straight day on a centOS 6.2 64bit. I have been trying to compile it from source without success because I could not manage to compile wxWidgets. I have been trying to use a precompiled version but was unsuccessful because of missing libraries :

linux-gate.so.1 =>  (0x00f6c000)
libssl.so.0 => not found
libcrypto.so.0 => not found
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00a84000)
libz.so.1 => not found
libdl.so.2 => /lib/libdl.so.2 (0x0063f000)
libstdc++.so.6 => not found
libm.so.6 => /lib/libm.so.6 (0x0047d000)
libgcc_s.so.1 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x00110000)
libc.so.6 => /lib/libc.so.6 (0x0012b000)
libfreebl3.so => /lib/libfreebl3.so (0x00c85000)
/lib/ld-linux.so.2 (0x00819000)

我很难理解我应该采取的方法,以摆脱那些快速沙...

I am little confused on the approach I should take to get out of those quick sands ...

推荐答案

你不应该需要编译wxWidgets;只需 yum install wxGTK-devel 即可获得运行时库和C头文件。

You shouldn't need to compile wxWidgets; just yum install wxGTK-devel to get both the runtime library and the C header files.

版本 - 哪个预编译版本?来自哪里?如何安装?

As for the precompiled version - which precompiled version? From where? Installed how?

这篇关于centos 64位上的pgagent的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆