iPXE discussion forum

Full Version: Error with make bin/undionly.kxpe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
(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.
Reference URL's