blob: e8f1b2b24bce6221e97b5643376653a05a30593e (
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
|
Error : Symbol ucnv_getDefaultName_72
Hello,
I'm trying to run the 86_64 software "Chinese text analyser" on my debian arm64 machine (rooted smartphone with chroot environment). I manually loaded the missing libs, but I still get an error symbol.
Here is the log :
```
@localhost:~/qt5libs$ box64 /opt/ChineseTextAnalyser/bin/cta
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:4096 Running on Cortex-A510 Cortex-A715 Cortex-A710 - with 8 Cores
Will use Hardware counter measured at 19.2 MHz emulating 614 MHz
Params database has 61 entries
Box64 with Dynarec v0.2.7 b77c8fe5 built on Apr 8 2024 06:25:10
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 31 Env var
BOX64 LIB PATH: /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/:/opt/ChineseTextAnalyser/lib/:/home/user/qt5libs/extracted/icu/usr/lib/x86_64-linux-gnu/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: /home/user/wine64/bin/:/home/user/.cargo/bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/
Looking for /opt/ChineseTextAnalyser/bin/cta
Rename process to "cta"
Using emulated /opt/ChineseTextAnalyser/lib/libcurl.so.4
Using native(wrapped) libdl.so.2
Using emulated /opt/ChineseTextAnalyser/lib/libcrypto.so.38
Using native(wrapped) libpthread.so.0
Using emulated /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
Using emulated /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
Using emulated /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Using native(wrapped) libuuid.so.1
Using native(wrapped) libz.so.1
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) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Using emulated /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libdouble-conversion.so.3
Using native(wrapped) libicui18n.so.72
Using native(wrapped) libicuuc.so.72
Using emulated /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libpcre2-16.so.0
Using emulated /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libzstd.so.1
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libGL.so.1
Using native(wrapped) libpng16.so.16
Using native(wrapped) libharfbuzz.so.0
Using emulated /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libmd4c.so.0
Using emulated /opt/ChineseTextAnalyser/lib/libssl.so.39
Error: PltResolver: Symbol ucnv_getDefaultName_72(ver 1: ucnv_getDefaultName_72) not found, cannot apply R_X86_64_JUMP_SLOT 0x3f0454e708 (0x3f0408ee46) in /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (local_maplib=(nil), global maplib=0x4697c290, deepbind=0)
Error: PltResolver: Symbol ucnv_getDefaultName_72(ver 1: ucnv_getDefaultName_72) not found, cannot apply R_X86_64_JUMP_SLOT 0x3f0454e708 (0x3f0408ee46) in /home/user/qt5libs/extracted/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (local_maplib=(nil), global maplib=0x4697c290, deepbind=0)
```
Any idea how to resolve this problem?
Looking forward to any input.
Thank you
|