Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: 295 Clear Filter

Fixing an old .NET Core native library loading issue on Alpine

In this post I describe an issue I ran into at work when we were trying to test an app using Microsoft.Data.SQLite on Alpine Linux, and were running into this error: Unhandled exception. System.DllNotFoundException: Unable to load shared library 'e_sqlite3' or one of its dependencies . This post is primarily a walkthrough of the steps I took to solve the issue. I describe the problem itself, the environment in which it happened, the things we tried to isolate the issue, the eventual root cause,