update haproxy on centos 7

Issues related to applications and software problems
Post Reply
atolika
Posts: 2
Joined: 2021/12/01 15:30:53

update haproxy on centos 7

Post by atolika » 2021/12/01 15:40:45

Please help to update haproxy on centos 7

I have haproxy 1.8 installed from sources
and now I am in charge to update it to haproxy version 2.4
i found 2.4 rpm in repositories, the one which requires
libcrypt.so.1(XCRYPT_2.0)(64bit) for centos 7

How should i do updating in better way
may i make uninstall the previous version of hapr but still dependencies will not go away

and issuing new make from source, but it may not be clean

So what is better way of doing it
Please help me

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: update haproxy on centos 7

Post by TrevorH » 2021/12/01 17:50:09

No idea where you found that 2.4 package but it's obviously not for CentOS 7. These are the ones I see available:

Code: Select all

[root@centos7 ~]# yum list haproxy\*
Loaded plugins: priorities
186 packages excluded due to repository priority protections
Available Packages
haproxy.x86_64                                  1.5.18-9.el7_9.1                                updates
haproxy17u.x86_64                               1.7.14-1.el7.ius                                ius    
haproxy18.x86_64                                1.8.27-1.el7                                    epel   
haproxy18u.x86_64                               1.8.30-1.el7.ius                                ius    
haproxy20.x86_64                                2.0.25-1.el7.ius                                ius    
haproxy22.x86_64                                2.2.18-1.el7.ius                                ius 
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply