LoginSignup
0
0

More than 5 years have passed since last update.

Mavericksにしたら、sqlite3はいらなくなったので、解決法

Last updated at Posted at 2013-11-03

Mavericksにしました。
で、久々にRailsを弄ってみるかな → 久々すぎるので、gem一回削除して全部入れ直ししました。

で、rails4.0.1も無事はいったので、rails new!

そしたら、

backup.c:101: error: ‘sqlite3BackupRuby’ has no member named ‘p’

みたいなエラーがでて、はいりません>< (実際にはもっとやんややんやと長い感じ)

そういえば、sqlite3のパッケージはbrewで入れたよなあ、と思って、バージョン古くなったのかな、とおもい、
brew install brew outdated

やってみたけど駄目でした /(^o^)\

なんとなく、
brew doctor
やってみたら、

Warning: No developer tools installed.
You should install the Command Line Tools.
Run xcode-select --install to install them.

って、でてた!
そういえば、Mavericksにしたら、Commad Line Tools入れないと駄目って誰か言ってましたね(てへぺろ

かいてあるとおり、ターミナルで、

xcode-select --install

と入力したら、なんかインストールがはじまりました。

終わった後、 もう一回 bundle installしたら入った! \(^o^)/

おしまいです。

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