asternic / wuzapi

Simple RESTful API for WhatsApp in Golang (using the Whatsmeow multi device library)
MIT License
105 stars 58 forks source link

failed to upgrade database: Binary was compiled with 'CGO_ENABLED=0' #42

Open badrullami opened 3 weeks ago

badrullami commented 3 weeks ago

After build & run i got error :

panic: failed to upgrade database: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

goroutine 1 [running]: main.main()

asternic commented 3 weeks ago

Enable CGO when building:

CGO_ENABLED=1 go build