Closed
Description
Now that I've got the gem installed, I'm unable to do require 'taglib'
. I'm getting this error:
LoadError: 126: The specified module could not be found. - E:/Programs/Ruby23-x64/lib/ruby/gems/2.3.0/gems/taglib-ruby-0.7.1/lib/taglib_base.so
Which from what I can tell from similar issues with sqlite2 and other gems, this is because the taglib binaries aren't in the path environment variable. However, my path variable does include E:\Programs\taglib-1.9.1\bin
. And just to rule out the obvious, taglib_base.so does exist at the path in the error message. Any chance I'm missing something obvious? (note, taglib was compiled with MinGW, but I'm running ruby from the standard cmd prompt. I noticed a bit on expanding the path variable in taglib.rb on mingw32, which I thought might be related)
Metadata
Metadata
Assignees
Labels
No labels