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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -