pgagent on centos 64bit

为君一笑 提交于 2020-01-06 14:53:23

问题


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 ...


回答1:


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?



来源:https://stackoverflow.com/questions/12298247/pgagent-on-centos-64bit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!