@dan.cohen these articles all point to re-compile from source. I have managed to get it working by performing the following steps and re-compiling from source;
1. Install the required pre-req packages
sudo apt install build-essential (contains gcc)
sudo apt install sqlite3
2. Upgrade go lang version to a version higher than 1.22
dan.cohen
1 Rookie
•
9 Posts
0
February 17th, 2026 16:30
@theocrithary the issues seems to be the go environment
i need a in got error Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub : r/golang
Fixing “Binary was compiled with ‘CGO_ENABLED=0’” Error in Go (with sqlite3) | by Lawson O. Omoregbee | Medium
(edited)
theocrithary
1 Rookie
•
5 Posts
0
February 17th, 2026 23:18
@dan.cohen these articles all point to re-compile from source. I have managed to get it working by performing the following steps and re-compiling from source;
1. Install the required pre-req packages
(edited)