blob: cba2c703e35b08e259c033997d79a8122d2aaa85 (
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
|
Error loading needed lib libgcc_s.so.1
Trying to run valheim server on rpi4,
followed the instructions on (https://pimylifeup.com/raspberry-pi-valheim-server/)
keep getting this missing lib that I can't google-fu ... or don't understand what I find,
any hints?
```
./start_server.sh
Starting server PRESS CTRL-C to exit
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096
Box64 with Dynarec v0.1.7 5d1298e built on Dec 17 2021 02:23:50
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 41 Env var
Looking for ./valheim_server.x86_64
argv[1]="-name"
argv[2]="My server"
argv[3]="-port"
argv[4]="2456"
argv[5]="-world"
argv[6]="Dedicated"
argv[7]="-password"
argv[8]="secret"
Using emulated UnityPlayer.so
Using native(wrapped) libm.so.6
Error loading needed lib libgcc_s.so.1
Error loading one of needed lib
Error: loading needed libs in elf /home/pi/valheim/valheim_server.x86_64
```
|