There are some missing files/symlinks that I had to create manually or extract from Citrix receiver archive. $ ls -l /opt/Citrix/ICAClient/util/ -r-xr-xr-x 1 root root 22592 mar 21 13:40 echo_cmd lrwxrwxrwx 1 root root 11 mai 17 00:10 gst_play -> gst_play1.0 lrwxrwxrwx 1 root root 11 mai 17 00:10 gst_read -> gst_read1.0 lrwxrwxrwx 1 root root 19 mai 17 00:11 libgstflatstm.so -> libgstflatstm1.0.so Without them it's not possible to use it. Connection breaks on mouse move.
I add next missing lib ./wfica ./wfica: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory ls /usr/lib | grep libidn libidn2.a libidn2.so libidn2.so.0 libidn2.so.0.3.3 libidn.so libidn.so.11 libidn.so.12 libidn.so.12.6.0
(In reply to Tom from comment #1) > I add next missing lib > > ./wfica > ./wfica: error while loading shared libraries: libidn.so.11: cannot open > shared object file: No such file or directory > > > ls /usr/lib | grep libidn > libidn2.a > libidn2.so > libidn2.so.0 > libidn2.so.0.3.3 > libidn.so > libidn.so.11 > libidn.so.12 > libidn.so.12.6.0 See bug #655972
I had the libidn missing error. I had to downgrade to net-dns/libidn-1.33-r2:0/0::gentoo but that causes a dependency problem.
Oh I see that is the link to bug #655972
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f988274616ceac9c1a86812a1f8fcf803bff80 commit f3f988274616ceac9c1a86812a1f8fcf803bff80 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2018-06-25 13:50:51 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-06-25 13:51:06 +0000 net-misc/icaclient: Bump to version 13.10.0.20 Closes: https://bugs.gentoo.org/655922 Closes: https://bugs.gentoo.org/655972 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/icaclient/Manifest | 2 + net-misc/icaclient/icaclient-13.10.0.20.ebuild | 214 +++++++++++++++++++++++++ 2 files changed, 216 insertions(+)