blob: a3e5fc83ce9c17d151837171dd23d49b38ffa666 (
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
55
|
Zoom: Error initializing libglib-2.0.so.0 & Error loading libpcre.so.3 (both x64)
Here are the x64 libraries I'm using: [zoom_x64_libs.zip](https://github.com/ptitSeb/box64/files/6759149/zoom_x64_libs.zip)
I did put the x64 version of `libpcre3` (from [here](https://debian.pkgs.org/10/debian-main-amd64/libpcre3_8.39-12_amd64.deb.html)) in the zoom folder.
here is the output:
```
itai@pinebookpro:~/Downloads/zoom$ ./zoom
Box64 with Dynarec v0.1.2 de8b4da built on Jul 4 2021 01:24:30
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 58 Env var
Looking for ./zoom
Zoom detected, trying to use system libturbojpeg if possible
Using native(wrapped) libdl.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) librt.so.1
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXext.so.6
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated libxcb-xfixes.so.0
Using emulated libxcb-shape.so.0
Using emulated libxcb-shm.so.0
Using emulated libxcb-randr.so.0
Using emulated libxcb-image.so.0
Using emulated libxcb-keysyms.so.1
Using emulated libxcb-xtest.so.0
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXtst.so.6
Using emulated libglib-2.0.so.0
Using native(wrapped) libdbus-1.so.3
Using emulated libQt5QuickWidgets.so.5
Using emulated libQt5Quick.so.5
Using emulated libQt5Widgets.so.5
Using emulated libQt5X11Extras.so.5
Using emulated libQt5Gui.so.5
Using emulated libQt5Qml.so.5
Using emulated libQt5Network.so.5
Using emulated libQt5Script.so.5
Using emulated libQt5DBus.so.5
Using emulated libQt5Core.so.5
Using native(wrapped) libGL.so.1
Using native(wrapped) libpthread.so.0
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using emulated libxcb-util.so.0
Error loading needed lib libpcre.so.3
Error loading one of needed lib
Error initializing needed lib libglib-2.0.so.0
Error loading one of needed lib
Error: loading needed libs in elf ./zoom
itai@pinebookpro:~/Downloads/zoom$
```
|