FS#45091 - [sqlite] undefined reference to sqlite3_threadsafe

Attached to Project: Arch Linux
Opened by Leslie Zhai (xiangzhai) - Tuesday, 26 May 2015, 07:43 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 07 June 2015, 16:30 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When I am building hhvm-git, the error undefined reference to sqlite3_threadsafe, perhaps it needs to compile sqlite3 library with SQLITE_THREADSAFE=1 https://groups.google.com/forum/#!topic/golang-nuts/uAjogS7CxYk

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 07 June 2015, 16:30 GMT
Reason for closing:  Not a bug
Comment by Andreas Radke (AndyRTR) - Sunday, 07 June 2015, 16:29 GMT
Our sqlite is built with -DSQLITE_THREADSAFE=1 that is the default option. So there must be something wrong on your side.

Loading...