go - Install taglib on heroku -
i have golang app using bindings c library taglib. when try deploy app, (expected) error taglib header file can't found:
-----> running: go -tags heroku ./... # github.com/wtolson/go-taglib ../github.com/wtolson/go-taglib/taglib.go:6:27: error: taglib/tag_c.h: no such file or directory
so, attempted install taglib using apt-get, doesn't work.
~ $ apt-get install libtag1-dev w: not using locking read lock file /var/lib/dpkg/lock e: unable write /var/cache/apt/ e: package lists or status file not parsed or opened.
is aware of how install taglib on heroku?
Comments
Post a Comment