blob: f4db924c4fbc998847a9fd26f91297796419d41c (
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
|
Error loading needed lib libpcap.so.0.8
Hi everyone,
I am trying to run lantern on my Raspberry Pi 3 with box64 installed from pre-built package. I get the following output:
lantern
Running installation script...
/usr/lib/lantern/lantern-binary: OK
Dynarec for ARM64, with extension: ASIMD CRC32
Running on Cortex-A53 with 4 cores, pagesize: 4096
Will use hardware counter measured at 19.2 MHz emulating 2.4 GHz
Params database has 105 entries
Box64 with Dynarec v0.3.3 c98b4c8f built on Jan 21 2025 06:36:32
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 33 Env var
BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/
Looking for /home/ivan/.lantern/bin/lantern
Rename process to "lantern"
Using native(wrapped) libresolv.so.2
Using native(wrapped) libayatana-appindicator3.so.1
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libdl.so.2
Error loading needed lib libpcap.so.0.8
Using emulated /usr/lib/box64-x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /usr/lib/box64-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) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Error loading one of needed lib
Error: Loading needed libs in elf /home/ivan/.lantern/bin/lantern
It looks like it can not find libpcap.so.0.8, however when i try to install it by command
sudo apt install libpcap0.8 libpcap0.8-dev
i get:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libpcap0.8 is already the newest version (1.10.3-1).
libpcap0.8-dev is already the newest version (1.10.3-1).
0 upgraded, 0 newly installed, 0 to remove and 75 not upgraded.
What is wrong here?
|