Skip to content

Instantly share code, notes, and snippets.

View akashsoti's full-sized avatar
🎯
Focusing

Akash Soti akashsoti

🎯
Focusing
View GitHub Profile
@akashsoti
akashsoti / mysql2-mojave.md
Created December 10, 2019 07:11 — 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