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/[email protected]/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 _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
