blob: a61c4b456a88a7026bd9d4a29e6912cace318411 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Error loading needed lib libsqlite3.so.0
Hi, I am trying to setup a Rust server, but when the server is loading, i get this error:
Error loading needed lib /home/ubuntu/rustserver/RustDedicated_Data/Mono/libsqlite3.so.0
I have libsqlite3 installed in the system:
ubuntu@instance-20211220-1537:/snap/lxd/21843/lib$ which sqlite3
/usr/bin/sqlite3
ubuntu@instance-20211220-1537:/snap/lxd/21843/lib$ sudo find / -name libsqlite3.so
/usr/lib/aarch64-linux-gnu/libsqlite3.so
I have tried to copy the file to rust folder, but its still not working?
How can i make this work?
Thanks
|