问题描述
我试图安装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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!