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
The third command run result error, has been solved (solution), in the fifth line to re run the command error, the error message is:
configure: error:
!!! OpenSSL is not properly installed on your system. !!!
!!! Can not include OpenSSL headers files.
Cause analysis:
The main reason for this error is the lack of header files. You only need to install OpenSSL and OpenSSL devel.
Solution:
To install OpenSSL and OpenSSL devel:
yum -y install openssl openssl-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
warning - this build will not support IPVS with IPv6
Read More:
- After windows VM is installed successfully, it is always prompted that this application may not work properly
- When angular4.0 starts the project, an error is reported: the “@ angular / compiler cli” package was not properly installed
- The solution of MAC OpenSSL is not available
- Installing R’s “mvtnorm” package in Windows system: solving the problem of the R package “mvtnorm” is not installed
- [flash] error: “necessary system components are not working properly, please repair Adobe Flash Player” and error ා 2046
- Solved “openssl config failed: error:02001003:system library:fopen:No such process” for Nodejs Windo
- Ambari OpenSSL version problem: sslerror: failed to connect. Please check OpenSSL library versions
- Warning – this build will not support IPVS with IPv6
- Configuration: error: no acceptable C compiler found in $path
- PackageNotInstalledError: Package is not installed in prefix
- MongoDB Error: Failed to start mongod.service: Unit mongod.service is not loaded properly
- grin 1.2.1 requires argparse>=1.1, which is not installed.
- [windows] U disk installed system, unable to format the selected partition [error: 0x8004242d]
- Problems encountered in window10 system configuration tesseract
- Virtual environment: error: virtualenv is not compatible with this system or executable
- After node.js is installed, use the instruction node version in vscode to show that it is not an external or internal instruction. The solution is as follows:
- When nodejs is installed: the error code is 2503
- U disk installation Linux system could not boot, / dev / root does not exist and the identified hard disk space is not available
- The MAC system installs MySQL client, and the error is solved_ config not found
- TIP: Unable to initialize gtk, is DISPLAY set properly?