CentOS   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了在CentOS 6.3上安装HAProxy?大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

这很奇怪. 我已经为CentOS 6安装了EPEL # rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 试图安装HAProxy: # yum update # yum install haproxy 但收到: Loaded plugins: fastestmirror, secur
这很奇怪.

我已经为CentOS 6安装了EPEL

# rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

试图安装HAProxy:

# yum update
# yum install haproxy

但收到:

Loaded plugins: fastestmirror,security
Loading mirror speeds from cached hostfile
 * base: ftp.heanet.ie
 * epel: fedora.mirror.nexicom.net
 * extras: ftp.heanet.ie
 * updates: ftp.heanet.ie
Setting up Install Process
No package haproxy available.
Error: Nothing to do

无法弄清楚为什么找不到haproxy!救命?

The haproxy package has been removed from EPEL因为它是 now included with RHEL 6.4(并且在它们构建6.4之后将在衍生分布中).

如果您现在需要它,您可以获得Red Hat’s 6.4 SRPM并在您的系统上重建它(与CentOS即将推出的方式相同).例如:

wget http://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/haproxy-1.4.22-3.el6.src.rpm
mock -r epel-6-x86_64 haproxy-1.4.22-3.el6.src.rpm

否则,您可以等待CentOS 6.4,然后它将通过基本存储库提供.

大佬总结

以上是大佬教程为你收集整理的在CentOS 6.3上安装HAProxy?全部内容,希望文章能够帮你解决在CentOS 6.3上安装HAProxy?所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: