0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

docker + #rails 環境の bundle install で `No such file or directory (needed by /bundle/gems/mysql2-x.x.x/lib/mysql2/mysql2.so`

Last updated at Posted at 2019-12-08

bootsnapが悪さをしているだろうか?(bootsnapってなんだっけ?

/bundle/gems/bootsnap- y.y.y/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require': Error loading shared library libmysqlclient.so.18: No such file or directory (needed by /bundle/gems/mysql2-x.x.x/lib/mysql2/mysql2.so) - /bundle/gems/mysql2-x.x.x/lib/mysql2/mysql2.so (LoadError)

対策

bundle ディレクトリを全て削除してからinstallし直し

rm -rf .bundle
bundle install

Original by Github issue

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?