I have been using sqlite3: ^2.9.3 for quite some time. Locally I develop with linux and therefore test and compile a linux app. Everything worked fine.
Today I upgraded to sqlite3: ^3.0.1 which works great in the web version of my app. But it does not compile as linux app.
I dropped the sqlite3_flutter_libs dependency as suggested so my pubspec.yaml cuurently only has two sqlite3 dependencies:
sqlite3: ^3.0.1
sqlite3_web: ^0.5.0
When I compile as linux app I get the following error (it is gone, when I revert the sqlite3 Version back to^2.9.3):
ERROR: Target dart_build failed: Error: Failed to find any of [ld.lld, ld] in LocalDirectory: '/usr/lib/llvm-20/bin' Error: Build process failed
I have been using sqlite3: ^2.9.3 for quite some time. Locally I develop with linux and therefore test and compile a linux app. Everything worked fine.
Today I upgraded to sqlite3: ^3.0.1 which works great in the web version of my app. But it does not compile as linux app.
I dropped the sqlite3_flutter_libs dependency as suggested so my pubspec.yaml cuurently only has two sqlite3 dependencies:
When I compile as linux app I get the following error (it is gone, when I revert the sqlite3 Version back to^2.9.3):
ERROR: Target dart_build failed: Error: Failed to find any of [ld.lld, ld] in LocalDirectory: '/usr/lib/llvm-20/bin' Error: Build process failed