diff options
Diffstat (limited to 'results/scraper/box64/218')
| -rw-r--r-- | results/scraper/box64/218 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/scraper/box64/218 b/results/scraper/box64/218 new file mode 100644 index 000000000..069143b22 --- /dev/null +++ b/results/scraper/box64/218 @@ -0,0 +1,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$ +``` \ No newline at end of file |