gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev]interlibrary dependencies


From: Ivo Timmermans
Subject: [gnutls-dev]interlibrary dependencies
Date: Mon Oct 14 21:54:01 2002
User-agent: Mutt/1.3.28i

Hi Nikos,

For libgnutls-extra.so to be really useful, it would be nice to have
objdump -p /usr/lib/libgnutls-extra.so give the full list of
dependencies.  This makes at least automatic dependency generation for
Debian a lot easier, but it also tells ld.so which libraries it needs.

With the attached patch, it gives:

  NEEDED      libopencdk.so.0
  NEEDED      libgcrypt.so.1
  NEEDED      libgnutls.so.5
  NEEDED      libz.so.1
  NEEDED      libc.so.6

Without it's just:

  NEEDED      libz.so.1
  NEEDED      libc.so.6

Spot the difference.

However!  The attached patch requires you, Nikos, the one creating the
release tarballs, to have a libtool installed that can handle this
correctly.

I don't know what kind of system you use to create these releases, but
apparently the upstream maintainers of libtool didn't release a
version with this capability.

But for Debian, you can install libtool 1.4.2-7.1 or higher, for RedHat
this seems to be fixed 1.4.2-12.

More information is available from 

        https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58664
        http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57087


        Ivo

-- 
We don't know how the Internet really works.  We know how it should
work, but we are constantly surprised.
        - Bruce Schneier

Attachment: Makefile.am.diff
Description: Text document


reply via email to

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