Hello,
I'm having some problems while compiling/using openipmi 2.0.21 (and git
version).
OS: debian 7 (wheezy).
Config params: ./configure --prefix=/usr --exec-prefix=/usr
--with-openssl=yes

First of all, openipmi does not compile and gives you error about:
undefined reference to `clock_gettime'
I found out that you have to edit Makefile in each failed compile
directory and change "LDFLAGS" from "LDFLAGS =" to "LDFLAGS = -lrt".
This must be done in folowing directories:
unix, cmdlang, ui, lanserv, sample

After these changes openipmi compiles fine. But at this point I bumped
to a problem with ipmi_ui:

ipmi_ui lan 192.168.0.1 623 straight admin username password

1399444024.169755: Starting setup, wait until complete before entering
commands.

    Error parsing command arguments, argument 4: Invalid argument

This even compromises console (no newline available) so you have to
re-log.

Does anyone have any ideas, what's wrong?
Thank you.



-- 





------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to