Hi Dan<br><br>Fedora 10 has gnutls 2.4.2 by default..<br><br>But some options are not compiled.<br><br>Regards.<br><br><div class="gmail_quote">On Thu, Apr 2, 2009 at 1:52 PM, Dan Pascu <span dir="ltr">&lt;<a href="mailto:dan@ag-projects.com">dan@ag-projects.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thursday 02 April 2009, DangVinh Nguyen wrote:<br>
&gt; Hi Dan<br>
&gt;<br>
&gt; I&#39;ve checked libgnutls.so.26 in Fedora 10 with your command.<br>
<br>
</div>libgnutls.so.26 doesn&#39;t mean is gnutls-2.6.x. Actually all the gnutls-2.x<br>
produced a libgnutls.so.26 library, as gnutls-1.x produced the<br>
libgnutls.so.13 library. You need to check the package version in fedora.<br>
It must be at least 2.4.1. Even though, python-gnutls would check that as<br>
well and refuse to start if the version is not as expected, but fedora<br>
may have packaged a customized version of libgnutls, with the right<br>
version but built with certain options to ./configure that disabled some<br>
stuff.<br>
<div><div></div><div class="h5"><br>
&gt;<br>
&gt; There&#39;s no gnutls_srp_free_client_credentials :)<br>
&gt;<br>
&gt; Thanks for your help.<br>
&gt;<br>
&gt; On Wed, Apr 1, 2009 at 1:32 PM, Dan Pascu &lt;<a href="mailto:dan@ag-projects.com">dan@ag-projects.com</a>&gt; wrote:<br>
&gt; &gt; On Wednesday 01 April 2009, DangVinh Nguyen wrote:<br>
&gt; &gt; &gt; Dear all<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I open this thread because i don&#39;t know how to follow-up this<br>
&gt; &gt; &gt; thread<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; <a href="http://www.mail-archive.com/users@lists.opensips.org/msg00921.html" target="_blank">http://www.mail-archive.com/users@lists.opensips.org/msg00921.html</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; What a shame :(<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Back to main topic, I found that libgnutls.so.26 in Fedora 10 does<br>
&gt; &gt; &gt; not have gnutls_srp_free_client_credentials.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I&#39;ve downloaded gnutls 2.6 from gnutls website, compiled and then<br>
&gt; &gt; &gt; replaced all /usr/lib/libgnutls*<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Then mediaproxy running OK.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; And my question is: How to list all exported functions of a library<br>
&gt; &gt; &gt; in Linux?. Is there any tool like Dependency Walker in Windows?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Regards<br>
&gt; &gt;<br>
&gt; &gt; nm -D library.so | grep &quot; T &quot;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Dan<br>
<br>
<br>
<br>
</div></div>--<br>
<font color="#888888">Dan<br>
</font></blockquote></div><br>