<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div><div class="h5"><br>
</div></div>checking api/glfs.h usability... yes<br>
checking api/glfs.h presence... yes<br>
checking for api/glfs.h... yes<br>
checking for glfs_init... no<br>
<br>
Cannot link to gfapi (glfs_init). Please specify --with-glusterfs=dir if necessary<br></blockquote><div><br></div><div>I see what can be causing this. <a href="http://configure.ac">configure.ac</a> has a hardcoded &quot;-L$with_glusterfs/lib64&quot; in line 74. That should be changed to &quot;-L$with_glusterfs/lib -L$with_glusterfs/lib64&quot; to allow for both dirs. I am suspecting you have libglusterfs installed under $prefx/usr/lib? For now you can create a symlink called lib64 to point to lib under <span style="font-size:13px;font-family:arial,sans-serif">/data/</span><span style="font-size:13px;font-family:arial,sans-serif">gluster/glusterfs-3.4.0final/</span><span style="font-size:13px;font-family:arial,sans-serif">debian/tmp/usr.</span></div>
<div><span style="font-size:13px;font-family:arial,sans-serif"><br></span></div><div><span style="font-size:13px;font-family:arial,sans-serif">Avati</span></div></div></div></div>