goejdb icon indicating copy to clipboard operation
goejdb copied to clipboard

go get goejdb on raspberry pi

Open mvbjrn opened this issue 12 years ago • 0 comments

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.

mvbjrn avatar Feb 12 '14 21:02 mvbjrn