Post History
#1: Initial revision
As the error message says, you can re-run the installation for that single gem to get more detail about the error: ``` gem install mysql2 ``` Read the log and any error messages carefully, as they will contain information about what's wrong. As I mentioned in a comment, you will need various dependencies installed: ``` sudo apt install mysql-server mysql-client libmysqlclient-dev ```