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

go-sqlcipher does not bundle OpenSSL library?

Open chess-equality opened this issue 5 years ago • 1 comments

Hello,

We have a user that runs our application (executable) on Ubuntu 20, and he needed to install the libssl1.0.0 library.

Does go-sqlcipher not bundle the OpenSSL library?

chess-equality avatar Sep 10 '20 06:09 chess-equality

@chess-equality this library won't ship the OpenSSL with it. If you want to ship the software as the binary, you need to pre-install the OpenSSL dependency or distribute it with it as a bundle.

xeodou avatar Sep 29 '20 01:09 xeodou