System.Data.SQLite

Ticket Change Details
Login
Overview

Artifact ID: 3e13a7f7dd4bcbbd752f4301e93ee5f7fca4c317
Ticket: be4daf18b79ab86e177bbee9971d95c8bfdc2b7d
Unable to load shared library 'SQLite.Interop.dll' or one of its dependencies. ... No such file or directory
User & Date: anonymous 2021-05-29 04:33:30
Changes

  1. foundin changed to: "1.0.114"
  2. icomment:
    After upgrading from from 1.0.113.7 to 1.0.114 I'm getting following error on Linux:
    
    System.DllNotFoundException : Unable to load shared library 'SQLite.Interop.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libSQLite.Interop.dll: cannot open shared object file: No such file or directory
    
       at System.Data.SQLite.UnsafeNativeMethods.sqlite3_open_interop(Byte[] utf8Filename, Byte[] vfsName, SQLiteOpenFlagsEnum flags, Int32 extFuncs, IntPtr& db)
       at System.Data.SQLite.SQLite3.Open(String strFilename, String vfsName, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
       at System.Data.SQLite.SQLiteConnection.Open()
    
    Nothing else has changed.
    
  3. login: "anonymous"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "d28d7425da5a9025cb5c2d11016caa00923829b7"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    Unable to load shared library 'SQLite.Interop.dll' or one of its dependencies. ... No such file or directory
    
  9. type changed to: "Packaging"