Project scenario:
In Linux system, use the command to decompress and install the keepalived source package.
Problem Description:
To install the keepalived source code package, you have run the following command:
tar -xzvf keepalived-2.2.2.tar.gz
cd keepalived-2.2.2
./configure --prefix=/usr/local/keepalived
yum -y install gcc
./configure --prefix=/usr/local/keepalived
yum -y install openssl openssl-devel
./configure --prefix=/usr/local/keepalived
The third command run result error, solved (solution), the fifth command run result error, solved (solution), in the seventh line re run the command error, the warning message is:
*** WARNING - this build will not support IPVS with IPv6. Please install libnl/libnl-3 dev libraries to support IPv6 with IPVS.
Cause analysis:
The main reason for this error is the lack of libnl core library. Just install libnl and libnl devel.
Solution:
Install libnl and libnl devel:
yum -y install libnl libnl-devel
Rerun the command ./configure -- prefix =/usr/local/kept code>, the command runs normally, and the problem is solved.
If there are other errors, please refer to:
configure: error: no acceptable C compiler found in $path error resolution
configure: error:!! OpenSSL is not properly installed on your system.!! Error resolution
Read More:
- Configuration: error:!! OpenSSL is not properly installed on your system
- Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit
- Solving Linux minute warning: no support for locale: en_ US.utf
- Android Studio sync build.gradle appears: Failed to resolve: com.android.support:appcompat problem
- [error log] 27.1.0 series of errors Error:Failed to resolve: com.android.support :support-an notations:27.1.0
- Failed to build bottleneck ERROR: Could not build wheels for bottleneck which use PEP 517
- How to Disable Autoconfiguration IPv4 Address
- [solved] not found android.support .v7. internal.app.WindowDecorActionbar
- java.lang.IllegalArgumentException: Address 127.0.0.1:5672:5672 seems to contain an unquoted IPv6
- Gcc compiler warning solution: “extra tokens at end of ifndef directive” Tags: GCC, warning
- Error: package android.support.annotation Does not exist
- Configuration: error: no acceptable C compiler found in $path
- KVM–Host does not support any virtualization…
- The firmware of the connected j-link does not support the following memory access)
- Quartus ii 13.1 compilation does not pass: Error (119013): Current license file does not support the EP4CE10F17C8 device
- [solution] LD: warning: directory not found for option
- Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtim
- filezilla Failed to create listen socket on port 21 for IPv4 solution
- IntelliJ idea error: error: Java does not support release 5
- AppCompat does not support the current theme features