I working on Ubuntu system(16.04).
My problem is whenever i setup any rails project and try to run rails s then i got \'incompatible library version\' e
rails s
The SQLite library is likely to be corrupted. Try reinstalling the gem by running the following from a command pronpt:
gem uninstall sqlite3
Then run:
bundle install