-
Notifications
You must be signed in to change notification settings - Fork 154
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
kernel_require.rb:126:in `require': cannot load such file -- pg_ext (LoadError) #74
Comments
It seems to be an older version of this tool, and the given error relates to the PostgreSQL gem not found in the context. |
I tried it by building it from the git repo. version shows 0.2.20 and I'm still seeing the same issue. |
platforms :mri_19 do
gem 'pg', '~> 0.17'
end Just update the platform to Then again bundle install
gem build mysqltopostgres.gemspec
gem install mysqltopostgres-0.2.20.gem |
@jibiel would you like to make a PR for that fox? |
@paazmaya You mean add the note to the dox or fix the |
Change the |
That should it. Also hard-coding ruby version with For that same reason it'd be nice to do CI testing against multiple ruby versions. |
Thanks for the PR. |
Any idea why this is happening?
$ mysqltopostgres taps/config.yml
The text was updated successfully, but these errors were encountered: