For the time being you could try using a symbolic link.

cd to the directory where libraw is located
create a symboilc link
on my kubuntu system it would read

sudo ln -s libraw.so.19.0.2 libraw.so.20

update the library cache

sudo ldconfig

No guarantee that it works but worth a try.

Klaus

Read More...