当前位置:网站首页>Ipmitool download address and possible problems during compilation and installation
Ipmitool download address and possible problems during compilation and installation
2022-07-01 02:33:00 【Count words and lines】
1. ipmitool Source code ( Build install required )
ipmitool sourcecode from github
Refer to the INSTALL File for compilation and installation . The simplest installation method is excerpted below :
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints
some messages telling which features it is checking for.
2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and
documentation. When installing into a prefix owned by root, it is
recommended that the package be configured and built as a regular
user, and only the `make install' phase executed with root
privileges.
Some errors that may occur during compilation and installation and their handling methods :
1) If there is only configure.ac But not configure file , So run autoconf Command to generate configure Script .
# autoconf
configure.ac:9: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:10: error: possibly undefined macro: AM_CONFIG_HEADER
configure.ac:41: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:65: error: possibly undefined macro: AM_CONDITIONAL
If autoconf The above error occurs when the command is executed , Then execute the following command to update the generated configuration file .
# autoreconf --install
2) If you want to use lanplus, Add enable at compile time lanplus Options ,
As shown below :
# ./configure --enable-intf-lanplus
If the configuration reports the following errors , Then you need to install openssl-devel package .
** The lanplus interface requires an SSL library with EVP_aes_128_cbc defined.
# yum install openssl-devel
3) If you execute configure The following error occurs when configuring , Then you need to install readline-devel package .
configure: error: ** Unable to find readline required by ipmishell.
# yum install readline-devel
4) stay configure There may be a lot of GCC extension Alarm of , You can ignore , Will not affect the final ipmitool Command to use .
../include/ipmitool/ipmi_entity.h:45:2: **warning**: type of bit-field 'logical' is **a GCC extension** [-Wpedantic]
2. Windows Installed version ( I won't support it lanplus) Download address
ipmitool for windows from Dell
Reference resources :
1.Issue: lanplus feature in ipmitool v 1.8.18
2.Thread: [Ipmitool-devel] IPMI does not compile the lanplus interface
边栏推荐
- js中的图片预加载
- Leetcode(524)——通过删除字母匹配到字典里最长单词
- 【做题打卡】集成每日5题分享(第一期)
- URLs and URIs
- SWT / anr problem - deadlock
- 7_OpenResty安装
- C # generates PPK files in putty format (supports passphrase)
- Pulsar geo replication/ disaster recovery / regional replication
- 如何在智汀中實現智能鎖與燈、智能窗簾電機場景聯動?
- AI edge computing platform - beaglebone AI 64 introduction
猜你喜欢

Pulsar Geo Replication/灾备/地域复制

Ernie gram, an explicit and complete n-gram mask language model, implements explicit n-gram semantic unit knowledge modeling.

Applet custom top navigation bar, uni app wechat applet custom top navigation bar

Detailed data governance knowledge system

MnasNet学习笔记

(总结一)Halcon基础之寻找目标特征+转正

How to use Jieba participle in unity

DenseNet网络论文学习笔记

Proxy support and SNI routing of pulsar

Visual effects, picture to cartoon function
随机推荐
Thread Detach
Pytorch —— 基础指北_贰 高中生都能看懂的[反向传播和梯度下降]
Map array function
SWT/ANR问题--Deadlock
鼠标悬停效果三
UE4渲染管线学习笔记
What is the difference between port number and process number?
基于OPENCV和图像减法的PCB缺陷检测
集群方法同步执行框架 Suona
I want to know how to open a stock account? Is it safe to open an account online?
How to add a condition for an associated table in an SQL statement [null value required or not required]
robots.txt限制搜索引擎收录
LabVIEW calculates the camera image sensor resolution and lens focal length
鼠标悬停效果十
联想X86服务器重启管理控制器(XClarity Controller)或TSM的方法
Leetcode(524)——通过删除字母匹配到字典里最长单词
Comment réaliser la liaison entre la serrure intelligente et la lampe, la scène du moteur de rideau intelligent dans le timing intelligent?
Cluster method synchronous execution framework suona
Sampling Area Lights
Applet custom top navigation bar, uni app wechat applet custom top navigation bar