[Bug 751142] Re: libtool path problem
Deepak Shetty
751142 at bugs.launchpad.net
Sat Oct 29 05:36:18 UTC 2011
>You can either edit /usr/lib/i386-linux-gnu/libgcrypt.la by hand to replace
>libdir=/lib with libdir=/usr/lib/i386-linux-gnu, or create a
>/lib/libgcrypt.la symlink pointing to the real file.
I had tried changing libdir=/usr/lib/... manually.
but when i do make the SUBDIR .la gets dynamically generated and it still points to /lib/....
I even tried starting from the ./autogen step for my module compilation, it did not help.
Wanted to document that here.
Will try the symlink approach. Thanks Steve.
--
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/751142
Title:
libtool path problem
Status in “libgcrypt11” package in Ubuntu:
Fix Released
Bug description:
Binary package hint: libgcrypt11
The libgcrypt library is installed in /lib, whilst the devel libraries
is installed in /usr/lib. In /usr/lib/i386-linux-gnu/libgcrypt.la it
says libdir=/lib, which makes libraries look for libgcrypt.la in /lib,
and thus fail.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgcrypt11/+bug/751142/+subscriptions
More information about the foundations-bugs
mailing list