Skip to content

"Unable to build Solaris 9 x86 IPMI interface support!" #373

Open
huaibaowu opened this issue Oct 13, 2022 · 1 comment
Open

"Unable to build Solaris 9 x86 IPMI interface support!" #373

huaibaowu opened this issue Oct 13, 2022 · 1 comment
Assignees

Comments

@huaibaowu
Copy link

Describe the bug
When using ./configure to configure the source code, I got the message "Unable to build Solaris 9 x86 IPMI interface support!"

IPMITOOL Version

$ ipmitool -V
none

To Reproduce
Steps to reproduce the behavior:

  1. Run ./configure
  2. output:
    ……
    checking for library containing socket... none required
    configure: WARNING: ** Download is:
    configure: WARNING: wget -c -nd -O -
    checking for EVP_aes_128_cbc in -lcrypto... no
    checking for EVP_sha256 in -lcrypto... no
    checking for MD5_Init in -lcrypto... no
    checking for MD2_Init in -lcrypto... no
    checking for sd_bus_default in -lsystemd... no
    checking for linux/compiler.h... checking how to run the C preprocessor... gcc -E
    no
    checking for sys/ioccom.h... no
    checking for linux/ipmi.h... yes
    checking for ipmi_open_inband in -lfreeipmi... no
    checking for ipmi_ctx_open_inband in -lfreeipmi... no
    checking for termios.h... yes
    checking for OpenIPMI dual bridge support... no
    checking for sys/lipmi/lipmi_intf.h... no
    ** Unable to build Solaris 9 x86 IPMI interface support!
    checking for library containing readline... no
    configure: error: ** Unable to find readline required by ipmishell.

Expected behavior
configure and build the source code successfully

Additional context
$ cat /proc/version
Linux version 5.15.0-50-generic (buildd@lcy02-amd64-086) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #56-Ubuntu SMP Tue Sep 20 13:23:26 UTC 2022

@AlexanderAmelkin
Copy link
Contributor

You must be missing some prerequisites. Have you checked the Prerequisites section of INSTALL file?
https://github.com/ipmitool/ipmitool/blob/master/INSTALL#L12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants