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"><<a href="mailto:dan@ag-projects.com">dan@ag-projects.com</a>></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>
> Hi Dan<br>
><br>
> I've checked libgnutls.so.26 in Fedora 10 with your command.<br>
<br>
</div>libgnutls.so.26 doesn'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>
><br>
> There's no gnutls_srp_free_client_credentials :)<br>
><br>
> Thanks for your help.<br>
><br>
> On Wed, Apr 1, 2009 at 1:32 PM, Dan Pascu <<a href="mailto:dan@ag-projects.com">dan@ag-projects.com</a>> wrote:<br>
> > On Wednesday 01 April 2009, DangVinh Nguyen wrote:<br>
> > > Dear all<br>
> > ><br>
> > > I open this thread because i don't know how to follow-up this<br>
> > > thread<br>
> > ><br>
> > > <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>
> > ><br>
> > > What a shame :(<br>
> > ><br>
> > > Back to main topic, I found that libgnutls.so.26 in Fedora 10 does<br>
> > > not have gnutls_srp_free_client_credentials.<br>
> > ><br>
> > > I've downloaded gnutls 2.6 from gnutls website, compiled and then<br>
> > > replaced all /usr/lib/libgnutls*<br>
> > ><br>
> > > Then mediaproxy running OK.<br>
> > ><br>
> > > And my question is: How to list all exported functions of a library<br>
> > > in Linux?. Is there any tool like Dependency Walker in Windows?<br>
> > ><br>
> > > Regards<br>
> ><br>
> > nm -D library.so | grep " T "<br>
> ><br>
> > --<br>
> > Dan<br>
<br>
<br>
<br>
</div></div>--<br>
<font color="#888888">Dan<br>
</font></blockquote></div><br>