Problem with libgcrypt maybe because of libgnutls
    Nikos Mavrogiannopoulos 
    nmav at gnutls.org
       
    Wed May 16 11:18:51 CEST 2012
    
    
  
On Tue, May 15, 2012 at 9:54 AM, Paul Salters <psalters at gmail.com> wrote:
> Dear mailinglist members,
>
> I have an problem with my application. My application is using the
> xmlrpc-c library (http://xmlrpc-c.sourceforge.net/) that library is
> using the curl library which is using the gnutls library which is
> using libgcrypt. (So far so good?)
Hello,
 Libgcrypt requires mutex locks to be setup by the end application. I
don't know if curl does it already for you, but if it doesn't you
should set them up.
If you use gnutls 2.12.0 or later you need not to perform any of these
actions because the system mutexes are used by default.
regards,
Nikos
    
    
More information about the Gnutls-help
mailing list