great! thanks Lars for the lightening fast response.<br><br>Regards,<br>Samba<br><br><div class="gmail_quote">On Tue, Jan 3, 2012 at 7:56 PM, Lars Ellenberg <span dir="ltr">&lt;<a href="mailto:lars.ellenberg@linbit.com">lars.ellenberg@linbit.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><div></div><div class="h5">On Tue, Jan 03, 2012 at 07:35:00PM +0530, Samba wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I just pulled the latest changes of from git and tried to build the rpm but<br>
&gt; faced with an error that it requires gnutls &gt;=2.6, which looks like a newly<br>
&gt; added requirement.<br>
&gt;<br>
&gt; I&#39;m using centos-5.4 and the version of gnutls that is available on centos<br>
&gt; 5 is  : 1.4.1-3<br>
&gt;<br>
&gt; I found that the latest version of gnutls (version 2.8+) is only available<br>
&gt; on centos6 but unfortunately we cannot upgrade our OS to centos6 as of now.<br>
&gt;<br>
&gt; What options do I have to build the csync2 rpm from latest sources on<br>
&gt; centos5? could someone provide any alternate yjum update repos where the<br>
&gt; gnutls&gt;=2.6 is available or any other suggestions that can unblock me from<br>
&gt; this stalemate?<br>
<br>
</div></div>--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -76,7 +76,7 @@ AC_ARG_ENABLE([gnutls],<br>
 if test &quot;$enable_gnutls&quot; != no<br>
 then<br>
    PKG_PROG_PKG_CONFIG<br>
-   PKG_CHECK_MODULES([LIBGNUTLS], [gnutls &gt;= 2.6.0], [<br>
+   PKG_CHECK_MODULES([LIBGNUTLS], [gnutls &gt;= 1.4.0], [<br>
       AC_DEFINE([HAVE_LIBGNUTLS], 1, [Define to 1 when using GNU TLS library])<br>
    ])<br>
 fi<br>
<br>
Probably the requirement is just bogus.  It used to be &gt;= 1.0, iirc, but at<br>
some point was changed to something more recent, because the old versions have<br>
been said to be known buggy in some way.<br>
<br>
Try to get away with what you have, I see no reason why it should not work.<br>
<font color="#888888"><br>
<br>
--<br>
: Lars Ellenberg<br>
: LINBIT | Your Way to High Availability<br>
: DRBD/HA support and consulting <a href="http://www.linbit.com" target="_blank">http://www.linbit.com</a><br>
_______________________________________________<br>
Csync2 mailing list<br>
<a href="mailto:Csync2@lists.linbit.com">Csync2@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/csync2" target="_blank">http://lists.linbit.com/mailman/listinfo/csync2</a><br>
</font></blockquote></div><br>