Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: No available formula for php54-mcrypt on Mac OS X Mavericks

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!

like image 884
Gaurav Gupta Avatar asked Jul 15 '14 04:07

Gaurav Gupta


1 Answers

You will need to run brew tap homebrew/dupes and then brew tap josegonzalez/homebrew-php

Then run brew install php54-mcrypt again.

like image 160
Gaurav Gupta Avatar answered Dec 03 '22 03:12

Gaurav Gupta