Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created November 13, 2018 15:19
Show Gist options
  • Save codeprimate/7297d755386f290fa3c225e10b1ec40e to your computer and use it in GitHub Desktop.
Save codeprimate/7297d755386f290fa3c225e10b1ec40e to your computer and use it in GitHub Desktop.
Error Installing ffi gem

ld: library not found for -lgcc_s.10.4

brew reinstall libffi
export LDFLAGS="-L/usr/local/opt/libffi/lib"
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment