--enable-ipmi only can work when OpenIPMI is installed
using rpm ball. If user choose install OpenIPMI using
make install tar ball. ./configure --enable-ipmi will remind
that OpenIPMI has not been installed already
Try to export a different PKG_CONFIG_PATH first by:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
This will direct pkgconfig to the path where OpenIPMI.pc exist.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=118691
Try to export a different PKG_CONFIG_PATH first by:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
This will direct pkgconfig to the path where OpenIPMI.pc exist.
Logged In: YES
user_id=1152287
For user, it is a bit complicated to export
PKG_CONFIG_PATH including new path. Any other solution?
Logged In: YES
user_id=1152287
disppear in 2.2-rc
Logged In: YES
user_id=118691
So why is this opened again?
This is a distribution problem really.
can anyone see a solution?
Logged In: YES
user_id=660960
I know how to fix this. Assigning to me.
Logged In: YES
user_id=660960
WangJing,
Checked a fix into cvs HEAD. See if that solves the problem
and let me know.
Logged In: YES
user_id=1152287
Yes, it works ok on my side now. thank you!