Hi ,
I have try to upgrade ruby software 2.5.1.
I’m having issue , while executing the following command “bundle exec rails console”.
I’m getting error like "Cannot load such a file— 2.5/pg_ext "
Please help me to resolve this issue .
Hi ,
I have try to upgrade ruby software 2.5.1.
I’m having issue , while executing the following command “bundle exec rails console”.
I’m getting error like "Cannot load such a file— 2.5/pg_ext "
Please help me to resolve this issue .
Hi @Dayalan,
It seems like a corrupted installation of the pg gem. In this case, I would suggest to re-install it:
gem uninstall pg
gem install pg
Good luck!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs