我正在为我的应用程序服务器使用CentOS 5.5 32位。我想安装HAProxy以实现负载平衡。我为HAProxy haproxy-1.4.22-1.el6.x86_64.rpm找到了一个rpm安装程序。但在安装过程中我收到以下错误:
warning: haproxy-1.4.22-1.el6.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 0608b895
error: Failed dependencies:
libc.so.6()(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libc.so.6(GLIBC_2.3.2)(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libc.so.6(GLIBC_2.3.4)(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libc.so.6(GLIBC_2.5)(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libcrypt.so.1()(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libcrypt.so.1(GLIBC_2.2.5)(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libpcre.so.0()(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
libpcreposix.so.0()(64bit) is needed by haproxy-1.4.22-1.el6.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by haproxy-1.4.22-1.el6.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by haproxy-1.4.22-1.el6.x86_64
看到这个错误我只能理解rpm安装程序是64位的。
是否有任何链接可以获得32位haproxy rpm?我用Google搜索但无法找到任何合适的链接。
我在这些服务器上没有互联网,因此我将无法运行yum
命令。
我已经在centOS 6.3 64位中成功安装了HAProxy ..
-Amit