summary refs log tree commit diff stats
path: root/results/scraper/box64/187
blob: ac7a34ddb9726fcd10224ec3188a897c5047864d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Cannot start Viber
Earlier Viber was not able to start because of not being able to load libglib-2.0.so.0. Upgrading box64 to version 0.1.6 solved that. Thank you for this version! But now it still cannot start because of not being able to load other libraries, see below:
```
BOX64_LD_LIBRARY_PATH=/usr/lib box64 viber
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096
Box64 with Dynarec v0.1.6 8c91d76 built on Dec  4 2021 21:03:21
BOX64_LD_LIBRARY_PATH: /usr/lib/
Using default BOX64_PATH: ./:bin/
Counted 62 Env var
Looking for viber
Using native(wrapped) libXss.so.1
Using emulated /opt/viber/lib/libqrencode.so
Using native(wrapped) libXext.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libpthread.so.0
Using emulated /opt/viber/lib/libViberRTC.so
Using emulated /opt/viber/lib/libicui18n.so.60
Using emulated /opt/viber/lib/libicuuc.so.60
Using emulated /opt/viber/lib/libQt5Sql.so.5
Using emulated /opt/viber/lib/libQt5Widgets.so.5
Using emulated /opt/viber/lib/libQt5Multimedia.so.5
Using emulated /opt/viber/lib/libQt5WebSockets.so.5
Using emulated /opt/viber/lib/libQt5WebEngine.so.5
Using emulated /opt/viber/lib/libQt5WebEngineCore.so.5
Using emulated /opt/viber/lib/libQt5Quick.so.5
Using emulated /opt/viber/lib/libQt5Gui.so.5
Using emulated /opt/viber/lib/libQt5Qml.so.5
Using emulated /opt/viber/lib/libQt5Network.so.5
Using emulated /opt/viber/lib/libQt5DBus.so.5
Using emulated /opt/viber/lib/libQt5Core.so.5
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) librt.so.1
Using native(wrapped) libz.so.1
Using emulated /opt/viber/lib/libicudata.so.60
Using native(wrapped) libdl.so.2
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libGL.so.1
Using native(wrapped) libpng16.so.16
Error loading needed lib libharfbuzz.so.0
Error loading one of needed lib
Error initializing needed lib libQt5Gui.so.5
Error loading one of needed lib
Error initializing needed lib libQt5Widgets.so.5
Error loading one of needed lib
Error: loading needed libs in elf /opt/viber/Viber
```
All libharfbuzz.so.0, libQt5Gui.so.5 and libQt5Widgets.so.5 libraries are installed in /usr/lib of my Manjaro ARM (aarch64) system. What could be wrong and how to solve that?