Skip to content

Instantly share code, notes, and snippets.

View sreenak's full-sized avatar

sreena k sreenak

  • bangalore
View GitHub Profile
@sreenak
sreenak / gist:b46bbee90e3252908d63cae5d2e79f18
Last active February 7, 2024 21:41
`require': cannot load such file -- mysql2/mysql2 (LoadError) in Mac Pro M3 Ventura 13.6
I am trying to install gem mysql2 in Mac Pro M3 with ruby 3.2.2 version and rails 7.1.3, mysql 8.3.0 ,but getting this error when I tried installing mysql2,
$ gem install mysql2
Building native extensions. This could take a while...
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
current directory: /Users/sreena/.rvm/gems/ruby-3.2.2/gems/mysql2-0.5.5/ext/mysql2
/Users/.rvm/rubies/ruby-3.2.2/bin/ruby extconf.rb
checking for rb_absint_size()... yes