bvinc / go-sqlite-lite

SQLite driver for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not build on FreeBSD 12.1

opened this issue · comments

# go get -v github.com/bvinc/go-sqlite-lite/sqlite3
github.com/bvinc/go-sqlite-lite/sqlite3
# github.com/bvinc/go-sqlite-lite/sqlite3ld: error: undefined symbol: log
>>> referenced by sqlite3.c:204010
>>>               $WORK/b001/_x008.o:(fts5Bm25Function)
clang: error: linker command failed with exit code 1 (use -v to see invocation)

sqlite3 3.31.1 installed.

Any suggestions on what I should try? Thank you!