<div dir="ltr">yes, I checked that:<div><br></div><div>







<p class=""><span class="">$ glusterfs --version</span></p>
<p class=""><span class="">glusterfs 3.7.6 built on Nov  9 2015 15:17:05</span></p>
<p class=""><span class="">$ pkg-config --list-all | grep gluster</span></p><p class="">








</p><p class=""><span class=""><b>gluster</b></span><span class="">fs-api                    </span><span class=""><b>gluster</b></span><span class="">fs-api - GlusterFS API</span></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 23, 2015 at 6:31 PM, Niels de Vos <span dir="ltr">&lt;<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Dec 23, 2015 at 02:55:15PM +0800, Marc Eisenbarth wrote:<br>
&gt; The documentation requires installing &quot;glusterfs-api-devel&quot;, which isn&#39;t<br>
&gt; available in the Ubuntu PPA. However, I do have the header files that I<br>
&gt; believe ./configure is looking for installed but can&#39;t seem to point<br>
&gt; ./configure to them using CFLAGS, CXXFLAGS, etc. I also tried to use the<br>
&gt; --with-glusterfs ./configure option as well. What&#39;s the proper way to do<br>
&gt; this?<br>
&gt;<br>
&gt; output of ./configure where it halts:<br>
&gt;<br>
&gt; checking for GLFS... no<br>
&gt; configure: error: cannot find glusterfs api headers<br>
&gt;<br>
&gt; existing header location:<br>
&gt; $:~/glusterfs-coreutils$ sudo find /usr -name &quot;glfs.h&quot; -print<br>
&gt; /usr/include/glusterfs/api/glfs.h<br>
<br>
</div></div>glusterfs-coreutils uses pkg-config to get the location from the headers<br>
and the additional compile/link options. You will need a<br>
glusterfs-api.pc file under /usr/lib64/pkgconfig/ (or similar). This<br>
command should list glusterfs-api when all is right:<br>
<br>
  $ pkg-config --list-all<br>
<br>
I do not know how Ubuntu packages are providing development files, so I<br>
can not really give you more details than this.<br>
<br>
HTH,<br>
Niels<br>
</blockquote></div><br></div>