FS#13788 - testing/libcap doesn't work on Arch64
Attached to Project:
Arch Linux
Opened by Francesco Groccia (fgr) - Friday, 13 March 2009, 20:49 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 22 March 2009, 04:28 GMT
Opened by Francesco Groccia (fgr) - Friday, 13 March 2009, 20:49 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 22 March 2009, 04:28 GMT
|
Details
Description:
libcap doesn't work after upgrading to the last testing version. Additional info: * testing/libcap 2.16-2 * extra/pinentry 0.7.5-3 Steps to reproduce: Try to run, e.g., 'pinentry-gtk-2'. I got: "pinentry-gtk-2: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory." I solved with a symbolic link: ln -s /lib/libcap.so.2 /lib/libcap.so.1 |
This task depends upon
This symbolic link is wrong and ugly.
The proper solution is to rebuild pinentry. It has been made for i686 already, it will eventually be done for x86_64. Just be patient or rebuild it yourself.