<div dir="ltr">I followed the <a href="http://libguestfs.org/guestfs-building.1.html">http://libguestfs.org/guestfs-building.1.html</a> to build source.<div><br></div><div><pre style="width:31em;background-color:rgb(248,248,248);color:rgb(204,0,0);border-left:6px solid rgb(204,64,64);padding:6px;margin-left:1em;font-size:20.4px"><code>git clone <a href="https://github.com/libguestfs/libguestfs">https://github.com/libguestfs/libguestfs</a>
 cd libguestfs
 ./autogen.sh
 make</code></pre></div><div>I installed the lib I didn't have it and everything is ok untill I enter <b>make</b></div><div><b><br></b></div><div>I got error message:</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">  CCLD     <a href="http://libguestfs.la">libguestfs.la</a><br>ar: `u' modifier ignored since `D' is the default (see `U')<br>make[3]: Leaving directory '/home/pahome/git/libguestfs/lib'<br>make[2]: Leaving directory '/home/pahome/git/libguestfs/lib'<br>Making all in docs<br>make[2]: Entering directory '/home/pahome/git/libguestfs/docs'<br>make[2]: Nothing to be done for 'all'.<br>make[2]: Leaving directory '/home/pahome/git/libguestfs/docs'<br>Making all in examples<br>make[2]: Entering directory '/home/pahome/git/libguestfs/examples'<br>  CCLD     create-disk<br>../lib/.libs/libguestfs.so: undefined reference to `yajl_tree_free'<br>../lib/.libs/libguestfs.so: undefined reference to `yajl_tree_parse'<br>collect2: error: ld returned 1 exit status<br>Makefile:1926: recipe for target 'create-disk' failed<br>make[2]: *** [create-disk] Error 1<br>make[2]: Leaving directory '/home/pahome/git/libguestfs/examples'<br>Makefile:1975: recipe for target 'all-recursive' failed<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory '/home/pahome/git/libguestfs'<br>Makefile:1884: recipe for target 'all'</blockquote></div><div><br></div><div>why is <b>undefined reference to 'yajl_tree_parse'</b>, I already install it from <a href="https://github.com/lloyd/yajl">https://github.com/lloyd/yajl</a></div><div><br></div><div><br></div></div>