Read more

Fix "libmysqlclient.so.20: cannot open shared object file: No such file or directory"

Tobias Kraze
September 23, 2016Software engineer at makandra GmbH

This error can be caused by the mysql2 gem under mysterious circumstances. You need to remove it with gem uninstall mysql2 and then reinstall it (or just run bundle).

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

gem pristine mysql2 will not be enough.

Posted by Tobias Kraze to makandra dev (2016-09-23 13:56)