gom install failed for mgo
kenji4569 opened this issue · 2 comments
kenji4569 commented
For the recent commits around Dec1 or Dec 2, 2015, I got the following error on gom install:
# gopkg.in/mgo.v2/internal/sasl
internal/sasl/sasl.go:15:24: fatal error: sasl/sasl.h: No such file or directory
// #include <sasl/sasl.h>
^
when running a Dockerfile from golang:1.5.1 (from buildpack-deps:jessie-scm).
I could have installed it on the revsion 78a9091
Thanks.
mattn commented
I guess last change should fix this.
kenji4569 commented
Thanks, I succeeded for the latest revision!