Installing mysql2
gem errors on Apple silicon M1, M2 or M3 Mac running macOS Sonoma.
Make sure mysql-client
, openssl
and zstd
are installed on Mac via Homebrew.
Replace
mysql-client
with whichever mysql package you are using
#!/bin/sh | |
# | |
# Shell script that configures mate-terminal to use solarized theme | |
# colors. (I simply replaced in the original script every occurence | |
# of "gnome-terminal" with "mate-terminal" and every occurcence | |
# of "gconftool-2" with "mateconftool-2"; reverse these changes if | |
# using gnome and rename the script to its original name: "solarize" | |
# | |
# Written for Ubuntu 11.10, untested on anything else. (actually tested | |
# also on ArchLinux, seems to work fine here, tweak it to your needs :) |
This guide enables you to install (ruby-build) and use (rbenv) multiple versions of ruby, isolate project gems (gemsets and/or bundler), and automatically use appropriate combinations of rubies and gems.
# Ensure system is in ship-shape.
aptitude install git zsh libssl-dev zlib1g-dev libreadline-dev libyaml-dev