Hello,
Guys, I'm getting 2 shared library errors when installing this package, the first one:
"error while loading shared libraries: libicuuc.so.53: cannot open shared object file: No such file or directory"
so I did: "ldconfig -p | grep libicuuc" and got:
libicuuc.so.65 (libc6,x86-64) => /usr/lib/libicuuc.so.65
libicuuc.so.65 (libc6) => /usr/lib32/libicuuc.so.65
libicuuc.so (libc6,x86-64) => /usr/lib/libicuuc.so
libicuuc.so (libc6) => /usr/lib32/libicuuc.so
and the second one:
"/opt/Synology/SynologyDrive/bin/launcher: error while loading shared libraries: libfct-qt.so.1: cannot open shared object file: No such file or directory"
"ldconfig -p | grep libfct-qt" returns nothing.
I'm rather new in the Linux / arch world ... how can I fix this? Thanks!
Pinned Comments
DamianUntapped commented on 2025-04-12 20:54 (UTC)
I fixed it on Wayland. For anyone else having issues, all I needed to do was run 'set QT_QPA_PLATFORM xcb' in the terminal. Make sure you have wayland qt5 installed with this command 'yay -S qt5-wayland' first. Then start up synology drive and it should work. I haven't checked if this fix persists through a logout or restart yet, hopefully it does or I guess I'll need to write a script to run at login to set that qt variable to xcb.