VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang
MIT License
250 stars 33 forks source link

Cannot run standalone binary #34

Open jpds opened 5 years ago

jpds commented 5 years ago

I downloaded the binary from the releases page, and ran it with -init and got:

$ bitwarden-go-linux-arm -init
2019/01/08 22:55:27 SQL error with 
...
Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
VictorNine commented 5 years ago

Which system are you on?

Run "uname -a" in a terminal if your on linux

jpds commented 5 years ago

A Raspberry Pi:

Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
VictorNine commented 5 years ago

This seems hard to fix. It's sqlite causing the problem. If I cant find a solution I might switch to boltDB.