当前位置:网站首页>ipmitool下载地址和编译安装时可能出现的问题
ipmitool下载地址和编译安装时可能出现的问题
2022-07-01 02:24:00 【数语数行】
1. ipmitool源码(需要编译安装)
ipmitool sourcecode from github
参考压缩包中的INSTALL文件进行编译安装。最简单的安装方法摘录如下:
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.
在编译安装过程中可能会出现的一些错误及处理方法:
1)如果压缩包中只有configure.ac而没有configure文件,那么运行autoconf命令来生成configure脚本。
# 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
如果autoconf命令执行时报以上错误,那么执行以下命令来更新生成的配置文件。
# autoreconf --install
2)如果要使用lanplus,在编译时要加上启用lanplus选项,
如下所示:
# ./configure --enable-intf-lanplus
如果配置时报以下错误,那么需要安装openssl-devel包。
** The lanplus interface requires an SSL library with EVP_aes_128_cbc defined.
# yum install openssl-devel
3)如果执行configure进行配置时报以下错误,那么需要安装readline-devel包。
configure: error: ** Unable to find readline required by ipmishell.
# yum install readline-devel
4)在configure过程中可能会出现大量的GCC extension的告警,可以忽略,不会影响最后ipmitool的命令使用。
../include/ipmitool/ipmi_entity.h:45:2: **warning**: type of bit-field 'logical' is **a GCC extension** [-Wpedantic]
2. Windows安装版本(不支持lanplus)下载地址
ipmitool for windows from Dell
参考:
1.Issue: lanplus feature in ipmitool v 1.8.18
2.Thread: [Ipmitool-devel] IPMI does not compile the lanplus interface
边栏推荐
- My PMP learning test experience
- With one-stop insight into industry hot spots, the new function "traffic market" of feigua data station B is launched!
- Static domain and static method
- QML control type: tooltip
- (translation) use eyebrow shaped text to improve Title click through rate
- LabVIEW计算相机图像传感器分辨率以及镜头焦距
- 运算符重载的初识
- AI edge computing platform - beaglebone AI 64 introduction
- 7_OpenResty安装
- Detailed data governance knowledge system
猜你喜欢

Ernie-gram, 显式、完备的 n-gram 掩码语言模型,实现了显式的 n-gram 语义单元知识建模。

SWT/ANR问题--StorageManagerService卡住

In the fourth week of June, the list - flying melon data up main growth ranking list (BiliBili platform) was released!

Detailed data governance knowledge system

QML control type: tooltip

(translation) use eyebrow shaped text to improve Title click through rate

Pychar open remote directory remote host

详解数据治理知识体系

零基础自学SQL课程 | 窗口函数

Pulsar geo replication/ disaster recovery / regional replication
随机推荐
7_OpenResty安装
MySQL insert \ pre update + judgment condition
十大劵商如何开户?还有,在线开户安全么?
機器學習10-信念貝葉斯分類器
URLs and URIs
7_ Openresty installation
Clickhouse 消除由group by产生的间隙
(translation) reasons why real-time inline verification is easier for users to make mistakes
Int and bit group turn to each other
Pytorch —— 基础指北_贰 高中生都能看懂的[反向传播和梯度下降]
Detailed data governance knowledge system
Pulsar Geo Replication/灾备/地域复制
如何在智汀中实现智能锁与灯、智能窗帘电机场景联动?
【JS】【掘金】获取关注了里不在关注者里的人
My PMP learning test experience
PMP是什么?
The image variables in the Halcon variable window are not displayed, and it is useless to restart the software and the computer
Pychart software deployment gray unable to point
522. 最长的特殊序列 II
How to add a condition for an associated table in an SQL statement [null value required or not required]