kubero-dev / kubero-dev/kubero
kubero-cli for Linux amd64 does not start: "failed to initialize database, got error Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub"
- Dominant language
- TypeScript
- Stars
- 4.4k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
### Which component(s) is affected?
Kubero CLI
### Describe the bug
```
$ /kubero help
2025/03/18 08:49:41 /home/runner/work/kubero-cli/kubero-cli/cmd/kuberoCli/root.go:86
[error] failed to initialize database, got error Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
2025/03/18 08:49:41 Failed to connect to database:Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
$./kubero --help
2025/03/18 08:52:02 /home/runner/work/kubero-cli/kubero-cli/cmd/kuberoCli/root.go:86
[error] failed to initialize database, got error Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
2025/03/18 08:52:02 Failed to connect to database:Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
$
```
### Steps to reproduce
1. I downloaded the kubero-cli for Linux amd64: [`kubero-cli_linux_amd64.tar.gz`](https://github.com/kubero-dev/kubero-cli/releases/download/v2.4.7/kubero-cli_linux_amd64.tar.gz)
2. I unpacked the tarball
3. I ran the following command: `./kubero --help`
### Expected behavior
The usage information should be shown.
### Screenshots
_No response_
### Additional information
_No response_
### Debug information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.