[Bug 838187] [NEW] libgcrypt-config provides an inconsistent result
Guillaume Emont
838187 at bugs.launchpad.net
Wed Aug 31 15:42:32 UTC 2011
Public bug reported:
On ubuntu 11.04, libgcrypt-config gives the following linking parameters:
$ libgcrypt-config --libs
-L/lib/x86_64-linux-gnu -lgcrypt
But there is no libgcrypt.so in /lib/x86_64-linux-gnu:
$ /sbin/ldconfig -p | grep libgcrypt.so$
libgcrypt.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libgcrypt.so
libgcrypt.so (libc6) => /lib32/libgcrypt.so
This means that any project using libgcrypt-config or
AM_PATH_LIBGCRYPT() to compile against gcrypt will fail to compile.
** Affects: libgcrypt11 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libgcrypt11 in Ubuntu.
https://bugs.launchpad.net/bugs/838187
Title:
libgcrypt-config provides an inconsistent result
Status in “libgcrypt11” package in Ubuntu:
New
Bug description:
On ubuntu 11.04, libgcrypt-config gives the following linking parameters:
$ libgcrypt-config --libs
-L/lib/x86_64-linux-gnu -lgcrypt
But there is no libgcrypt.so in /lib/x86_64-linux-gnu:
$ /sbin/ldconfig -p | grep libgcrypt.so$
libgcrypt.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libgcrypt.so
libgcrypt.so (libc6) => /lib32/libgcrypt.so
This means that any project using libgcrypt-config or
AM_PATH_LIBGCRYPT() to compile against gcrypt will fail to compile.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgcrypt11/+bug/838187/+subscriptions
More information about the foundations-bugs
mailing list