Skip to content

Instantly share code, notes, and snippets.

@metacritical
Created August 6, 2023 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metacritical/d8000f32268c163c1d176ba0739a0e08 to your computer and use it in GitHub Desktop.
Save metacritical/d8000f32268c163c1d176ba0739a0e08 to your computer and use it in GitHub Desktop.
Postgres on M2

Installing pg 1.5.3 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

brew install libpq
gem install pg -- --with-pg-config=/usr/local/opt/libpq/bin/pg_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment