T
Termux2w ago
Fishia

[dotnet8] System.DllNotFoundException: e_sqlite3

I'm running an ASP.NET server using Termux's doptnet-sdk-8.0 package. System.TypeInitializationException: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: e_sqlite3 at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number() at SQLitePCL.raw.SetProvider(ISQLite3Provider imp) at SQLitePCL.Batteries_V2.Init() at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
3 Replies
komo
komo2w ago
pkg i sqlite
Fishia
FishiaOP2w ago
That didn't seem to help.
komo
komo2w ago
can't really help you, i'd recommend switching to another sqlite library

Did you find this page helpful?