Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with make bin/undionly.kxpe
2017-08-03, 21:31
Post: #1
Error with make bin/undionly.kxpe
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
Find all posts by this user
Quote this message in a reply
2017-08-03, 23:18 (This post was last modified: 2017-08-03 23:21 by NiKiZe.)
Post: #2
RE: Error with make bin/undionly.kxpe
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

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2017-08-04, 14:34
Post: #3
RE: Error with make bin/undionly.kxpe
(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.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)