summary refs log tree commit diff stats
path: root/results/scraper/box64/218
blob: 069143b225400683b064d3db19fad4a516fc45bd (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
Cannot get required symbol ASN1_BIT_STRING_free from libssl - SCP: SL Dedicated Server
Im trying to run a SCP: Secret Laboratory Dedicated Linux Server on arm64.
OpenSSL is Version 1.1.1f. System and box64 are up-to-date.

OS: Ubuntu 20.04.3 LTS
Architecture: Oracle Cloud VM.Standard.A1.Flex (2.8 GHz Ampere Altra 80C, 4 OCPUs, 16GB RAM)

Compiling:
```bash
git clone https://github.com/ptitSeb/box64
cd box64
mkdir build; cd build; cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j$(nproc)
sudo make install
sudo systemctl restart systemd-binfmt
```

Console Output:
```bash
ubuntu@uwu-server-ubuntu:~/server/scpsl_halloween_linux$ ./LocalAdmin 7700
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096
Box64 with Dynarec v0.1.7 5aab593 built on Jan 26 2022 15:39:38
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 31 Env var
Looking for ./LocalAdmin
argv[1]="7700"
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) librt.so.1
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libssl.so.1
Cannot get required symbol ASN1_BIT_STRING_free from libssl
Aborted (core dumped)
ubuntu@uwu-server-ubuntu:~/server/scpsl_halloween_linux$
```