<div dir="ltr">This patch fixed the issue.<div><br></div><div>Thanks,</div><div>Kiran.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 31, 2014 at 2:58 AM, 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"><span class="">On Thu, Oct 30, 2014 at 05:15:20PM +0000, Justin Clift wrote:<br>
&gt; On Wed, 29 Oct 2014 15:11:24 +0530<br>
&gt; Kiran Patil &lt;<a href="mailto:kiran@fractalio.com">kiran@fractalio.com</a>&gt; wrote:<br>
&gt; &lt;snip&gt;<br>
&gt; &gt; This issue is fixed by changing lib to lib64 at line 219<br>
&gt; &gt; (PYTHONDEV_LDFLAGS) in glusterfs/xlators/features/glupy/src/Makefile.<br>
&gt;<br>
&gt; Cool, thanks.<br>
&gt;<br>
&gt; Kind of wondering if there&#39;s an established to way to automatically<br>
&gt; detect the right value there (lib/lib64).<br>
&gt;<br>
&gt; Any ideas?<br>
<br>
</span>I&#39;m not sure, but maybe the below patch would do? You&#39;d need to apply<br>
the change and re-run ./autogen.sh.<br>
<br>
Niels<br>
<br>
<br>
diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
index 3757c33..3dd741c 100644<br>
--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -1007,7 +1007,7 @@ case $host_os in<br>
      linux*)<br>
        CFLAGS=&quot;`${PYTHON}-config --cflags`&quot;<br>
        CPPFLAGS=$CFLAGS<br>
-       LDFLAGS=&quot;-L`${PYTHON}-config --prefix`/lib `${PYTHON}-config --ldflags`&quot;<br>
+       LDFLAGS=&quot;-L`${PYTHON}-config --prefix`/$libdir `${PYTHON}-config --ldflags`&quot;<br>
        ;;<br>
      darwin*)<br>
        CFLAGS=&quot;`${PYTHON}-config --cflags`&quot;<br>
<br>
</blockquote></div><br></div></div>