[Help-gnutls] Re: ex-serv-pgp

dellanna at csp.it dellanna at csp.it
Mon Feb 12 14:36:04 CET 2007


Hi,
Scrive Matthias Urlichs <smurf at smurf.noris.de>:

> Hi,
> For the record: Please use "ldd -r". it resolves all symbols and thus
> is able to find more problems than a plan "ldd".
With ldd-r it return the same output:
 linux-gate.so.1 =>  (0xffffe000)
        libgnutls.so.13 => /usr/local/lib/libgnutls.so.13 (0xb7f0e000)
        libgnutls-extra.so.13 => /usr/local/lib/libgnutls-extra.so.13
(0xb7efa000)
        libopencdk.so.8 => /usr/lib/libopencdk.so.8 (0xb7ecb000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7e7f000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7e7b000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7e67000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d38000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7d22000)
        libgnutls.so.12 => /usr/lib/libgnutls.so.12 (0xb7cb9000)
        /lib/ld-linux.so.2 (0xb7fa5000)
        libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0xb7ca9000)

> > linux-gate.so.1 =>  (0xffffe000)
> >         libgnutls.so.13 => /usr/local/lib/libgnutls.so.13 (0xb7ef6000)
> >         libgnutls-extra.so.13 => /usr/local/lib/libgnutls-extra.so.13
> > (0xb7ee2000)
> >         libgnutls.so.12 => /usr/lib/libgnutls.so.12 (0xb7ca1000)
>
> Ugh. That may be a problem.
>
> I don't know if your Linux distribution uses versioned symbols for their
> libgnutls (Debian does). To find out, do
>
> $ objdump -p /usr/lib/libgnutls.so.12
> $ objdump -p /usr/local/lib/libgnutls.so.13
>
> and look for the section that says "Version definitions".
I use Ubuntu 6.06 and if I run  objdump -p /usr/lib/libgnutls.so.12 it return
the following output in section "Version definitions" :
Version definitions:
1 0x01 0x0ebdb882 libgnutls.so.12
2 0x00 0x091de682 GNUTLS_1_2
And if I run objdump -p /usr/local/lib/libgnutls.so.13 I see in the same
section:
Version definitions:
1 0x01 0x0ebdb883 libgnutls.so.13
2 0x00 0x091de683 GNUTLS_1_3

This seems correct... What is your version of gnutls-cli?

Simone.




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.






More information about the Gnutls-help mailing list