简体   繁体   English

pgagent on centos 64bit

[英]pgagent on centos 64bit

I am trying to install pgAgent for two straight day on a centOS 6.2 64bit. 我试图在centOS 6.2 64bit上连续两天安装pgAgent。 I have been trying to compile it from source without success because I could not manage to compile wxWidgets. 我一直试图从源代码编译它没有成功,因为我无法编译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 ... 对于我应该走出那些快速沙子的方法,我感到很困惑......

You shouldn't need to compile wxWidgets; 你不应该编译wxWidgets; just yum install wxGTK-devel to get both the runtime library and the C header files. 只需yum install wxGTK-devel来获取运行时库和C头文件。

As for the precompiled version - which precompiled version? 至于预编译版本 - 哪个预编译版本? From where? 从哪里? Installed how? 安装怎么样?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM