i am trying to build a golang-project containing ejdb on a raspberry pi (even tried qemu + raspbian)
When exectuing
go get github.com/mkilling/goejdb
im getting this error:
.../github.com/mkilling/goejdb/ejcoll.go:124: type [2147483647]_Ctype_bson larger than address space
.../github.com/mkilling/goejdb/ejcoll.go:124: type [2147483647]_Ctype_bson too large
i am not sure what causes this.
i am trying to build a golang-project containing ejdb on a raspberry pi (even tried qemu + raspbian)
When exectuing
im getting this error:
i am not sure what causes this.