[Bug 292641] net-p2p/radarr: sqlite error
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 292641] net-p2p/radarr: sqlite error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Jan 2026 07:21:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292641
Bug ID: 292641
Summary: net-p2p/radarr: sqlite error
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: nomoo@nomoo.ru
CC: michiel@vanbaak.eu
Flags: maintainer-feedback?(michiel@vanbaak.eu)
CC: michiel@vanbaak.eu
after updating to 6.0.4.10291 got error in logs:
```
2026-01-22 09:53:26.0|Error|FluentMigrator.Runner.MigrationRunner|Unable to
load the driver. Attempted to load: Microsoft.Data.Sqlite, System.Data.SQL
ite, Mono.Data.Sqlite, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=(removed) with System.IO.FileNotFoundException: Could not load
file or assembl
y 'Microsoft.Data.Sqlite, Culture=neutral, PublicKeyToken=(removed) The system
cannot find the file specified.
File name: 'Microsoft.Data.Sqlite, Culture=neutral, PublicKeyToken=(removed)
at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assembly
Name, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext,
RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
at System.AppDomain.Load(AssemblyName assemblyRef)
at
FluentMigrator.Runner.Processors.ReflectionBasedDbFactory.TryLoadAssemblyFromCurrentDomain(String
assemblyName, ICollection`1 exceptions, Assembly& assembly)
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation.
---> System.TypeInitializationException: The type initializer for
'System.Data.SQLite.SQLiteFactory' threw an exception.
---> System.DllNotFoundException: Unable to load shared library 'e_sqlite3' or
one of its dependencies. In order to help diagnose loading problems, c
onsider using a tool like strace. If you're using glibc, consider setting the
LD_DEBUG environment variable:
Cannot open "/usr/local/share/radarr/bin/e_sqlite3.so"
Shared object "e_sqlite3.so" not found, required by "Radarr"
Cannot open "/usr/local/share/radarr/bin/libe_sqlite3.so"
Shared object "libe_sqlite3.so" not found, required by "Radarr"
Cannot open "/usr/local/share/radarr/bin/e_sqlite3"
Shared object "e_sqlite3" not found, required by "Radarr"
Cannot open "/usr/local/share/radarr/bin/libe_sqlite3"
Shared object "libe_sqlite3" not found, required by "Radarr"
```
worked for me but doesn't seems as proper solution:
ln -s /usr/local/lib/libsqlite3.so /usr/local/share/radarr/bin/libe_sqlite3.so
os: 15-RELEASE
hardware: amd64
jail: yes
--
You are receiving this mail because:
You are the assignee for the bug.