I have the following setup:
- I have an archlinux LXC container running on a Ubuntu 18.04 LTS host.
- No matter what command I execute, I get the following error:
[root@archie /]# pacman -Syu
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
I have
libgtk3-nocsd
installed on the host Ubuntu 18.04 (even though I don't think that that matters as the error only happens when executing commands inside the archlinux container).As far as I know this
libgtk3-nocsd.so.0
is a Debian/Ubuntu specific library which should not really be present or needed on archlinux. Anywayspacman -Ss
fornocsd
or similar sounding names turned up empty.
My problem is similar to this question but none of the solutions mentioned for that question work for me.