blob: a0f8c7451b8a3d44ef6e9602b5766c3af68e39be (
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
|
Error loading needed lib libzstd.so.1
Hi,
I am having issues running a specific 64-bit piece of software. My setup is Ubuntu 22.04.1 LTS (virtual machine running on my MAC M1).
I compiled box64 with the following command:
`cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j4`
I get the following errors with my software:
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Cores:2
Params database has 11 entries
Box64 with Dynarec v0.2.1 73467dc5 built on Dec 15 2022 11:56:55
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 76 Env var
...
...
...
Error loading needed lib libzstd.so.1
Error loading one of needed lib
Error initializing needed lib libefx.so
Error loading one of needed lib
Error initializing needed lib libarchfpga.so
Error loading one of needed lib
Error initializing needed lib libvpr.so
Error loading one of needed lib
Error: loading needed libs in elf /home/neo/eda/efinity/2022.1/bin/efinity
Is here any way to make box64 work for libzstd?
Thanks a lot for your help!
|