当前位置:网站首页>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
边栏推荐
猜你喜欢

@ConfigurationProperties和@Value的区别

Comment réaliser la liaison entre la serrure intelligente et la lampe, la scène du moteur de rideau intelligent dans le timing intelligent?

我的PMP学习考试心得

如何在智汀中实现智能锁与灯、智能窗帘电机场景联动?

Desai wisdom number - other charts (parallel coordinate chart): employment of fresh majors in 2021

Restcloud ETL实践之数据行列转换

UE4渲染管线学习笔记

在unity中使用jieba分词的方法

Contrastive learning of Class-agnostic Activation Map for Weakly Supervised Object Localization and

产业互联网中,「小」程序有「大」作为
随机推荐
Pulsar Geo Replication/灾备/地域复制
在unity中使用jieba分词的方法
零基础自学SQL课程 | 窗口函数
Cluster method synchronous execution framework suona
Evaluation of the entry-level models of 5 mainstream smart speakers: apple, Xiaomi, Huawei, tmall, Xiaodu, who is better?
鼠标悬停效果一
【PR #5 A】双向奔赴(状压DP)
RocketQA:通过跨批次负采样(cross-batch negatives)、去噪的强负例采样(denoised hard negative sampling)与数据增强(data augment
How to learn and read code
【微信小程序開發】樣式匯總
How do I open an account on my mobile phone? Also, is it safe to open an account online?
js防抖和节流
基于OPENCV和图像减法的PCB缺陷检测
centos 安装多个版本的php并切换
C # generates PPK files in putty format (supports passphrase)
开源基础软件公司,寻找一起创造未来的你(API7.ai)
pycharm 软件deployment 灰色 无法点
Pytorch —— 基础指北_贰 高中生都能看懂的[反向传播和梯度下降]
SWT/ANR问题--Dump时间过长导致的SWT
Open source basic software companies, looking for you to create the future together (api7.ai)