Skip to content

Instantly share code, notes, and snippets.

@ppires
ppires / mysql2-mojave.md
Created June 2, 2019 15:23 — forked from fernandoaleman/mysql2-mojave.md
Install mysql2 on MacOS Mojave

Problem

Installing mysql2 gem errors on MacOS Mojave.

Solution

Make sure openssl is installed on Mac via Homebrew.

brew install openssl