You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2018. It is now read-only.
I'm not quite confident enough to edit the wiki.
Problem:
In the PFC section, $bundle install does not successfully create the mysql 2.8.1 gem
Solution:
Apparently the ruby mysql dev library doesn't contain everything necessary. Add the following package:
$sudo apt-get install libmysql++-dev
The text was updated successfully, but these errors were encountered: