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
Hi. I am using a recent Alpine (v3.18), a recent Rails (7.0.7.2). A recent mariadb-dev version (10.11.5-r0). When I try to update to Ruby 3.2.2, I get "pluggable authentication is not available, you may need a newer MySQL client library".
We were previously using mysql2 0.5.3, but that does not seem to be compatible with Ruby 3.2.2, because we are getting the error
<internal:/usr/local/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:38:in `require': Error relocating bundle/ruby/3.2.0/gems/mysql2-0.5.3/lib/mysql2/mysql2.so: rb_tainted_str_new2: symbol not found - bundle/ruby/3.2.0/gems/mysql2-0.5.3/lib/mysql2/mysql2.so (LoadError)
Is there a way I can get around this? Thanks.
The text was updated successfully, but these errors were encountered:
Hi. I am using a recent Alpine (v3.18), a recent Rails (7.0.7.2). A recent mariadb-dev version (10.11.5-r0). When I try to update to Ruby 3.2.2, I get "pluggable authentication is not available, you may need a newer MySQL client library".
We were previously using mysql2 0.5.3, but that does not seem to be compatible with Ruby 3.2.2, because we are getting the error
Is there a way I can get around this? Thanks.
The text was updated successfully, but these errors were encountered: