FS#51314 - [remmina] depends on obsolete libicui18n.so.56
Attached to Project:
Community Packages
Opened by zopieux (Zopieux) - Monday, 10 October 2016, 18:18 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 10 October 2016, 23:26 GMT
Opened by zopieux (Zopieux) - Monday, 10 October 2016, 18:18 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 10 October 2016, 23:26 GMT
|
Details
Description:
$ remmina remmina: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory $ ls /usr/lib/libicui18n.so* /usr/lib/libicui18n.so /usr/lib/libicui18n.so.57 /usr/lib/libicui18n.so.57 Additional info: * package version: 1:1.2.0rcgit.15-1 Steps to reproduce: - pacman -S remmina - remmina |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Monday, 10 October 2016, 23:26 GMT
Nothing in remmina is linked to libicu*. This means that it's
likely linked to something that is then linked to the old libicu*.
Make sure your entire system is up to date (partial updates are
not supported) and make sure any relevant AUR/foreign packages are
rebuilt. If you still have trouble, you can set LD_DEBUG=files or
use lddtree from the pax-utils package to help determine where the
problem is.