Skip to content

Instantly share code, notes, and snippets.

@luckymancvp
Created August 5, 2017 14:12
Show Gist options
  • Save luckymancvp/46ddf82d20cde40d935d428cdcf226ee to your computer and use it in GitHub Desktop.
Save luckymancvp/46ddf82d20cde40d935d428cdcf226ee to your computer and use it in GitHub Desktop.
install mongodb in mamp
phpize
./configure --with-openssl-dir=/usr/local/opt/openssl
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment