iPXE discussion forum
Error with make bin/undionly.kxpe - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Error with make bin/undionly.kxpe (/showthread.php?tid=10205)



Error with make bin/undionly.kxpe - rweisman - 2017-08-03 21:31

When I try to make bin/undionly.kpxe it errors out with the following

ar: creating bin/blib.a
[HOSTCC] util/zbin
util/zbin.c:7:18: fatal error: lzma.h: No such file or directory
#include <lzma.h>
^

I am trying to chainload to that required file..
What is the fix to this. Running Centos7


RE: Error with make bin/undionly.kxpe - NiKiZe - 2017-08-03 23:18

A quick search finds this post: http://forum.ipxe.org/showthread.php?tid=7730

And here is another one: http://forum.ipxe.org/showthread.php?tid=8096

Dependencys for building are also listed on http://ipxe.org/download#source_code

Install the liblzma headers probably called liblzma-devel


RE: Error with make bin/undionly.kxpe - rweisman - 2017-08-04 14:34

(2017-08-03 23:18)NiKiZe Wrote:  A quick search finds this post: http://forum.ipxe.org/showthread.php?tid=7730

And here is another one: http://forum.ipxe.org/showthread.php?tid=8096

Dependencys for building are also listed on http://ipxe.org/download#source_code

Install the liblzma headers probably called liblzma-devel

Thanks.. I tried the search on the forum, and got zero hits.
This has resolved my problem, again thanks for your help.