summary refs log tree commit diff stats
path: root/results/scraper/box64/197
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/box64/197')
-rw-r--r--results/scraper/box64/19719
1 files changed, 19 insertions, 0 deletions
diff --git a/results/scraper/box64/197 b/results/scraper/box64/197
new file mode 100644
index 000000000..a61c4b456
--- /dev/null
+++ b/results/scraper/box64/197
@@ -0,0 +1,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

+