-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running the gem: `require': cannot load such file -- mysql-pr (LoadError) #91
Comments
Also encountering this error. I installed from source from inside my Rails app's directory. I also tried ruby 2.3.1, os x 10.11.6 |
exact same error........any ideas anyone? |
any idea? |
This says that the problem is related to mysql2 not being built with native extensions. The answer gives a solution for windows, but I'll have to go and look (again) for the solution for OSX. |
any luck resolving this for OSX? I have the same issue: /.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/mysqltopostgres-0.3.1/lib/mysql2psql/mysql_reader.rb:4:in `require': cannot load such file -- mysql-pr (LoadError) |
Same issue with Linux Mint |
I'm on ruby 2.3.1 and this is the build log:
But when I run the gem this load error appears:
/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/mysqltopostgres-0.3.0/lib/mysql2psql/mysql_reader.rb:4:in 'require': cannot load such file -- mysql-pr (LoadError)
Any ideas how to solve?
The text was updated successfully, but these errors were encountered: