bitwarden-go icon indicating copy to clipboard operation
bitwarden-go copied to clipboard

Cannot run standalone binary

Open jpds opened this issue 6 years ago • 3 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

jpds avatar Jan 08 '19 22:01 jpds

Which system are you on?

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

VictorNine avatar Jan 09 '19 21:01 VictorNine

A Raspberry Pi:

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

jpds avatar Jan 09 '19 21:01 jpds

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

VictorNine avatar Jan 20 '19 21:01 VictorNine