Installing Keepalived

Posted xiaobin-hlj80

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Installing Keepalived相关的知识,希望对你有一定的参考价值。

os: centos7 minimal

 

0. prepare tool

$yum group list

1) dev tools

$yum group install "Development Tools"

2) openssl-devel

$yum install openssl-devel

3) libnl

$yum install libnl libnl-devel libnfnetlink-devel

 

1. keepalived

    ver:2.0.5

$curl --progress http://www.keepalived.org/software/keepalived-2.0.5.tar.gz | tar xz
$cd keepalived-2.0.5
$./configure
$make

Root permission Required

$make install

test:

$keepalived -v

技术分享图片

 

 Reference:

    1. official doc - installing keepalived

    2. CentOS / RHEL 7: Install GCC (C and C++ Compiler) and Development Tools

 

以上是关于Installing Keepalived的主要内容,如果未能解决你的问题,请参考以下文章

Installing PHP-7 with Memcached

UiPath Installing the Firefox Extension

运行JBoss 5.1.0 GA时出现Error installing to Instantiated:name=AttachmentStore state=Described错误的解决办法

Installing the Jupyter Software

Installing Chocolatey

Installing TensorFlow from Source