xeodou / go-sqlcipher

Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
MIT License
224 stars 52 forks source link

cannot find -lcrypto #12

Closed tgoding closed 4 years ago

tgoding commented 5 years ago

PS C:\Windows\system32> go get -v github.com/xeodou/go-sqlcipher d:/workspace/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lcrypto collect2.exe: error: ld returned 1 exit status


OpenSSL> version OpenSSL 1.1.1c 28 May 2019 OpenSSL>


windows10 64

xeodou commented 4 years ago

Please read the wiki page here https://github.com/xeodou/go-sqlcipher/wiki/Building#issues . It explains how to help you address the issue.