VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run standalone binary

jpds opened this issue · comments

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

Which system are you on?

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

A Raspberry Pi:

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

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