小林ノエルのエンジニア的忘備録

フリーランス兼会社員エンジニアが技術とかリモートワークのこととかをツラツラ書いていきます

2019-08-15から1日間の記事一覧

mysql2 gemのインストールに失敗した時の対処メモ

下記の記事の続きの話。 f-world21.hatenablog.com 問題 ひとまずrubyの再インストールはできて、bundle installをしていたらmysql2 gemのインストールでコケた。 ... ... ... Fetching mysql2 0.5.2 Installing mysql2 0.5.2 with native extensions Gem::E…

byebugが【Sorry, you can't use byebug without Readline】と出て起動しなくなった時の対処メモ

問題 ある日rails cをやったらこんなエラーが出た。 $ rails c Sorry, you can't use byebug without Readline. To solve this, you need to rebuild Ruby with Readline support. If using Ubuntu, try `sudo apt-get install libreadline-dev` and then re…