I am trying to install mcrypt PHP extension via Homebrew on Mac OS X Mavericks and get the following error.
Error: No available formula for php54-mcrypt
Help!
You will need to run brew tap homebrew/dupes
and then brew tap josegonzalez/homebrew-php
Then run brew install php54-mcrypt
again.