You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
On an openSUSE 42.2, but probably not important.
Installed Ruby 2.3.3 from the official Ruby repos (not openSUSE)
Running "bundle install" per instructions threw a series of logged errors, but bottom line is the following
gcc: error: /home/user/.rbenv/versions/2.3.3/lib64/ruby/gems/2.3.0/gems/nokogiri-1.6.8.1/ports/x86_64-pc-linux-gnu/libxslt/1.1.29/lib/libexslt.a: No such file or directory
I then attempted to install libxlst manually with the following
gem install libxslt-ruby
But that resulted in an error requiring libxml2, which appears to be deprecated for this Ruby version
Will this project be updated to support later and current Ruby versions, and/or what is the last known version of Ruby that works?
TIA.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On an openSUSE 42.2, but probably not important.
Installed Ruby 2.3.3 from the official Ruby repos (not openSUSE)
Running "bundle install" per instructions threw a series of logged errors, but bottom line is the following
gcc: error: /home/user/.rbenv/versions/2.3.3/lib64/ruby/gems/2.3.0/gems/nokogiri-1.6.8.1/ports/x86_64-pc-linux-gnu/libxslt/1.1.29/lib/libexslt.a: No such file or directory
I then attempted to install libxlst manually with the following
gem install libxslt-ruby
But that resulted in an error requiring libxml2, which appears to be deprecated for this Ruby version
Will this project be updated to support later and current Ruby versions, and/or what is the last known version of Ruby that works?
TIA.
The text was updated successfully, but these errors were encountered: