I'm on KDE and updated to Solus 4.3.
megasync is not working anymore (megasync, version : 4.3.8.0, release : 21).

The message is :
megasync: error while loading shared libraries: libraw.so.19: cannot open shared object file: No such file or directory
and libraw version 0.20 release 12 is installed.
The following command "ldd /usr/bin/megasync | grep not"
returns :
libraw.so.19 => not found

Is the problem known ? Any solution ? Could I install libraw 0.19 and 0.20 together ?

Regards,
BT

Megasync isn't available in Solus repository. If you have compiled this by yourself you can compile it again or you can try to do a symbolic link sudo ln -sv libraw.so.20 /usr/lib64/libraw.so.19.

As algent pointed out Solus does not provide megasync, never has.

I will add that it is not legally possible to compile megasync due to its licence stating the code is provided for review purposes only. Additionally Solus has not had libraw 19 since 25th June so the issue is likely not new.

Quick search shows there is a flatpak available for megasync I would suggest trying that instead.