mkilling / goejdb

Golang bindings for Softmotions/ejdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ejdb/ejdb.h: No such file or directory on doing go get operation from ubuntu

revaries opened this issue · comments

Hi On performing go get github.com/mkilling/goejdb
I get

github.com/mkilling/goejdb

../../go/src/github.com/mkilling/goejdb/ejcoll.go:4:24: fatal error: ejdb/ejdb.h: No such file or directory
// #include <ejdb/ejdb.h>
Is there any way to fix this

You need ejdb library and headers installed.