ArtistLink / id3_tags

Ruby gem to read and write ID3 metadata from/to MP3 files
MIT License
6 stars 5 forks source link

Can't install. #5

Open gdonald opened 6 years ago

gdonald commented 6 years ago

Using latest libtag1-dev on Debian, bundle install produces the error:

Fetching id3_tags 0.1.0
Installing id3_tags 0.1.0 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /home/gd/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/id3_tags-0.1.0/ext
/home/gd/.rbenv/versions/2.5.1/bin/ruby -r ./siteconf20180812-13633-ixre4p.rb extconf.rb
checking for taglib-config... yes

You must have TagLib >= 1.7.2 installed in order to use taglib-ruby.

I installed the latest taglib v1.11.1 from source and tried again but got the same error message.

Not sure where to go from here.

steven-solomon commented 5 years ago

I'm having the same issue