help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnutls extension


From: Sumon Islam
Subject: Re: gnutls extension
Date: Fri, 3 Dec 2010 01:18:59 -0800 (PST)

Hi,
I did ldconfig, but no improvement, so I reinstall a fresh linux and install only libgcrypt and Carolin's gnutls, but the same error happens at the client program. I don't know what is the problem here in my machine.
Now I reinstall Linux again and extended with the FOOBAR extension as the gnutls website instructed. Also I put my client, server program and gnutls at the web folder below, so that you could check where the problem is.
Here is the complete gnutls (including the client and server program),  please check and tell me what am I doing wrong-

http://www.dtic.upf.edu/~kferdous/gnutls-2.10.3_.tar.gz

Best regards,
Sumon


From: Nikos Mavrogiannopoulos <address@hidden>
To: Sumon Islam <address@hidden>
Cc: address@hidden
Sent: Wed, December 1, 2010 9:13:28 PM
Subject: Re: gnutls extension

On 12/01/2010 02:30 PM, Sumon Islam wrote:
> Hi,
> Now I am totally frustrated, I did all things as you suggested. But still it did
> not work. At first I change the files and then execute-
> #cd  /home/sumon/gnutls/lib
> #autoreconf
>
> But no result. Then I deleted all gnutls related files from /usr/local/lib and
> /usr/local/include and did-
> #cd  /home/sumon/gnutls/lib
> #./configure
> #make
> #make install
>
> But no result. Also I tried with the ./configure, make and make install from 
> /home/sumon/gnutls directory (not inside /lib) without success. Then I
> downloaded the files from an older discussion
> (http://www.mail-archive.com/address@hidden/msg01827.html) and did
> ./configure, make and make install after deleting all gnutls related file from
> usr/local/{lib | include} and compile her (Carolin) sample code (in the same
> thread). It compiles without any error and the server runs, but the client gives
> me the following error during run time -
>
> ./client: /usr/lib/libgnutls.so.26: version `GNUTLS_2_10' not found (required by
> ./client)

This is some problem with your linker or so. You have probably more than
one gnutls libraries around. Try running ldconfig or so.

regards,
Nikos


reply via email to

[Prev in Thread] Current Thread [Next in Thread]