<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I&#39;ve got some odroid HC2&#39;s running debian 9 that i&#39;d like to run gluster on, but I want to run something current, not 3.8! So I&#39;m trying to build 5.3, but I can&#39;t get through the./configure.<div><br></div><div>At first, I forgot to run autogen, so i was using whatever configure I had, and it would error out on sqlite, even though I have the sqlite3 dev libraries installed. Anyhow, I realized my mistake, and ran autogen.sh . Now configure dies on libuuid which is also installed. before autogen it got well past it. here&#39;s the last few lines:</div><div><div>checking sys/extattr.h usability... no</div><div>checking sys/extattr.h presence... no</div><div>checking for sys/extattr.h... no</div><div>checking openssl/dh.h usability... yes</div><div>checking openssl/dh.h presence... yes</div><div>checking for openssl/dh.h... yes</div><div>checking openssl/ecdh.h usability... yes</div><div>checking openssl/ecdh.h presence... yes</div><div>checking for openssl/ecdh.h... yes</div><div>checking for pow in -lm... yes</div><div>./configure: line 13788: syntax error near unexpected token `UUID,&#39;</div><div>./configure: line 13788: `PKG_CHECK_MODULES(UUID, uuid,&#39;</div><div><br></div><div>Here&#39;s the config line that fails (with some:</div><div><div><div>PKG_CHECK_MODULES(UUID, uuid,</div><div>        have_uuid=yes</div><div>         AC_DEFINE(HAVE_LIBUUID, 1, [have libuuid.so])</div><div>         PKGCONFIG_UUID=uuid,</div><div>        have_uuid=no)</div><div> if test x$have_uuid = xyes; then</div><div>  HAVE_LIBUUID_TRUE=</div><div>  HAVE_LIBUUID_FALSE=&#39;#&#39;</div><div>else</div><div>  HAVE_LIBUUID_TRUE=&#39;#&#39;</div><div>  HAVE_LIBUUID_FALSE=</div><div>fi</div><div><br></div></div></div><div>I tried putting &quot;echo FOO&quot;  before the PKG_CHECK_MODULES and it outputs correctly, so I&#39;m pretty sure the problem isn&#39;t a dropped quote or parenthesis.</div><div><br></div><div>Any suggestions on what to look for to debug this?</div><div><br></div></div></div></div></div></div>