diff options
Diffstat (limited to 'results/scraper/box64/233')
| -rw-r--r-- | results/scraper/box64/233 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/scraper/box64/233 b/results/scraper/box64/233 new file mode 100644 index 000000000..0888084c1 --- /dev/null +++ b/results/scraper/box64/233 @@ -0,0 +1,37 @@ +Symbol pthread_rwlock_timedrdlock not found +Hello, +I'm trying to run[ this program ](https://updates.peer2profit.com/p2pclient_0.56_amd64.deb) on a Raspberry Pi 4 with arm64 OS. +Looks like it's working fine =) However an error regularly pops up +``` +./p2pclient -l testfw@peer2profit.com +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.7 552258e built on Feb 6 2022 11:43:07 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 24 Env var +Looking for ./p2pclient +argv[1]="-l" +argv[2]="testfw@peer2profit.com" +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libm.so.6 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) librt.so.1 +2022-02-12T17:59:26+01:00 | p2pclient/0.56 (Linux) built on Oct 31 2021 at 11:12:09 +2022-02-12T17:59:26+01:00 | System: debian | Debian GNU/Linux 11 (bullseye) | 11 | linux | 5.10.92-v8+ | Qt 5.13.2 +2022-02-12T17:59:26+01:00 | Starting p2pclient... +2022-02-12T17:59:26+01:00 | App version: 0.56 +2022-02-12T17:59:26+01:00 | User login: testfw@peer2profit.com +2022-02-12T17:59:26+01:00 | All options have been completely parsed. +2022-02-12T17:59:26+01:00 | Try restart. +Using native(wrapped) libdbus-1.so.3 +Using native(wrapped) libresolv.so.2 +2022-02-12T17:59:26+01:00 | Waiting configuration. +2022-02-12T17:59:28+01:00 | Configuration received successfully. +2022-02-12T17:59:28+01:00 | External interface IP: 192.168.1.4, DNS: 127.0.0.1 +2022-02-12T17:59:28+01:00 | Service started. +Error: PltResolver: Symbol pthread_rwlock_timedrdlock(ver 6: pthread_rwlock_timedrdlock@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0xd0d460 (0x405cd6) in /home/pi/p2pclient/usr/bin/p2pclient +Error: PltResolver: Symbol pthread_rwlock_timedrdlock(ver 6: pthread_rwlock_timedrdlock@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0xd0d460 (0x405cd6) in /home/pi/p2pclient/usr/bin/p2pclient +``` +..... and the last error repeats slowly and endlessly. |