stas / mina-s3

Adds AWS S3 support for mina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uninitialized constant LibXML::XML::Parser::VERSION

cweilemann opened this issue · comments

I have mina installed, as well as the aws-s3 gem. Yet when I try to run mina setup, I get:

mina aborted!
NameError: uninitialized constant LibXML::XML::Parser::VERSION
Did you mean?  LibXML::XML::VERSION
/Users/cweilemann/.rvm/gems/ruby-2.4.0/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:212:in `const_missing_from_s3_library'
/Users/cweilemann/.rvm/gems/ruby-2.4.0/gems/aws-s3-0.6.3/lib/aws/s3.rb:54:in `<top (required)>'
/Users/cweilemann/.rvm/gems/ruby-2.4.0/gems/mina-s3-0.0.3/lib/mina/s3.rb:1:in `<top (required)>'

I have updated libxml2 via homebrew, but still receive the above error. Am I missing something?