我正在使用Windows Server 2019 x64。试图利用go-sqlcipher来操作 sqlite 数据库。
但是当我尝试运行示例时它总是失败。
# go run .\encrypto.go
# github.com/xeodou/go-sqlcipher
sqlite3-binding.c:24328:26: fatal error: openssl/rand.h: No such file or directory
compilation terminated.
我正在使用Windows Server 2019 x64。试图利用go-sqlcipher来操作 sqlite 数据库。
但是当我尝试运行示例时它总是失败。
# go run .\encrypto.go
# github.com/xeodou/go-sqlcipher
sqlite3-binding.c:24328:26: fatal error: openssl/rand.h: No such file or directory
compilation terminated.