On 11/08/2016 09:40 AM, Rick Stevens wrote:
> On 11/08/2016 09:20 AM, stan wrote:
>> On Tue, 08 Nov 2016 10:02:13 +0000
>> Kseniya Blashchuk <ksybl...@gmail.com> 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.
> 
> Uhm, my version of viber (version 4.2.2.6-2 on F24) doesn't use libcurl
> at all. Perhaps I didn't install it in the same manner as you, but
> an "ldd /opt/viber/Viber" doesn't reveal use of libcurl, nor does an
> "lsof -p PID-OF-VIBER | grep curl" reveal it.

Ok, just updated Viber on my laptop to 6.0.1 and yes, it uses libcurl--
specifically:

# ldd /opt/viber/Viber | grep curl
/opt/viber/Viber: /lib64/libcurl.so.4: no version information available
(required by /opt/viber/Viber)
        libcurl.so.4 => /lib64/libcurl.so.4 (0x00007fed83d7c000)

My appologies for poking my nose in.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-   "Do you suffer from long-term memory loss?"  "I don't remember"  -
-                            -- Chumbawumba, "Amnesia" (TubThumping) -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to