On Tue, 08 Nov 2016 10:02:13 +0000 Kseniya Blashchuk <ksyblast@xxxxxxxxx> wrote: > Thanks for help anyway, I checked with lsof - seems it's using the > right library > > lsof -p 14263 | grep libcurl > Viber 14263 ksy mem REG 253,1 511360 1187380 > /usr/lib64/libcurl.so.4.4.0 > ls -l /usr/lib64/libcurl.so > lrwxrwxrwx 1 root root 16 Nov 2 20:21 /usr/lib64/libcurl.so -> > libcurl.so.4.4.0 > > I have checked this forum also but it's regarding Fedora 20, and the > problem appeared to me with the new kernels (like >4.7 or so). I am > not sure which library version I should try. Also, wouldn't it break > other apps if I use it. I have also tried to delete all config and > make a complete reinstall of the app - no luck. I was just saying to do something like ln -s /usr/lib64/libcurl.so.4.4.0 /usr/lib64/libcurl.so.3 But it seems that the plain .so links to so.4 already, and viber is using that. It might be checking the version internally, and not accepting so.4, however. I think it is only coincidence that the kernel and this problem occurred around the same time. On my system, the new libcurl was installed on October 9. What happens if you boot an older kernel? You can get an rpm, or rpms, from koji, http://koji.fedoraproject.org/koji/packageinfo?packageID=8 and install it / them using dnf -C install [koji kernel packages you have downloaded] I think your best bet is to ask on the viber mailing list. They'll know immediately if the package they built accepts libcurl 4 or not. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx