Package Details: viber 23.2.0.3-2

Git Clone URL: https://aur.archlinux.org/viber.git (read-only, click to copy)
Package Base: viber
Description: Proprietary cross-platform IM and VoIP software
Upstream URL: https://www.viber.com
Licenses: custom
Submitter: MohammadR
Maintainer: nslxndr
Last Packager: nslxndr
Votes: 262
Popularity: 0.023869
First Submitted: 2013-08-20 17:20 (UTC)
Last Updated: 2024-07-31 20:30 (UTC)

Latest Comments

« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 44 Next › Last »

<deleted-account> commented on 2016-05-27 10:36 (UTC)

Ok, I've solved the issue (for me at least). It seems that if LD_LIBRARY_PATH contains /usr/lib then viber tries to load libraries from /usr/lib and these clash with the embedded libraries that viber offers. So my solution would be to modify /usr/bin/viber as follows: #!/bin/sh unset LD_LIBRARY_PATH LD_PRELOAD=libcurl.so.3 exec /opt/viber/Viber Now it works like a charm.

ZeroBit commented on 2016-05-25 19:32 (UTC)

Still the same error: $ viber /opt/viber/Viber: /usr/lib/libcurl.so.3: no version information available (required by /opt/viber/Viber) QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled libpng warning: iCCP: known incorrect sRGB profile Cannot mix incompatible Qt library (version 0x50501) with this library (version 0x50600) Aborted (core dumped)

nob_dy commented on 2016-05-24 10:02 (UTC)

Thread 1 "Viber" received signal SIGSEGV, Segmentation fault. 0x00000000008f9158 in TrayIcon::updateIcon(int) () So if you have no tray (e.g. I'm using openbox w/o anything else), viber will fail to start. Just launch any taskbar/task-manager (i tried tint2), run viber, and kill taskbar if you don't need it.

itoffshore commented on 2016-05-19 18:43 (UTC)

I fixed this same issue in Debian Jessie by installing: libqt5gui5 This also installed the following depends: libqt5core5a libqt5dbus5 libqt5gui5 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 Viber version 6.0.1.5

<deleted-account> commented on 2016-05-04 05:28 (UTC)

I have all xcb-util-image, xcb-util-keysyms and xcb-util-wm installed but viber keeps crashing with: /opt/viber/Viber: /usr/lib/libcurl.so.3: no version information available (required by /opt/viber/Viber) QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled libpng warning: iCCP: known incorrect sRGB profile Cannot mix incompatible Qt library (version 0x50501) with this library (version 0x50600) zsh: abort (core dumped) viber

ahjolinna commented on 2016-05-01 15:00 (UTC)

does anyone have problems with video calls?

shashurup commented on 2016-04-27 07:41 (UTC)

according to ldd /opt/viber/plugins/platforms/libqxcb.so the following packages are required xcb-util-image, xcb-util-keysyms and xcb-util-wm installing them fixes the problem

dripdrop commented on 2016-04-22 20:51 (UTC) (edited on 2016-04-22 23:32 (UTC) by dripdrop)

qt.network.ssl: QSslSocket: cannot resolve SSLv3_client_method qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method QObject::connect: Cannot connect (null)::stateChanged(QNetworkSession::State) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged(QNetworkSession::State) QObject::connect: Cannot connect (null)::stateChanged(QNetworkSession::State) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged(QNetworkSession::State) i have qt5-base and openssl installed reinstalled couple times still same error used libcurl-compat-nostatic worked :D

<deleted-account> commented on 2016-04-21 10:14 (UTC)

I have tried reinstalling libcurl-compat and viber. Yes, which `viber` shows /usr/bin/viber which is the correct with the LD_PRELOAD=libcurl.so.3 directive. Still: yourself@danae ~ % viber /opt/viber/Viber: /usr/lib/libcurl.so.3: no version information available (required by /opt/viber/Viber) QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled libpng warning: iCCP: known incorrect sRGB profile Cannot mix incompatible Qt library (version 0x50501) with this library (version 0x50600) zsh: abort (core dumped) viber I'm really intrigued by that 0x50501 Qt version since I've fully upgraded to 5.6...