mcrypt library missing in php installation #892
-
Hi, I installed php5.6 using command "brew install [email protected]". After installation, when I run "make composer" in our php source, I see error like below. Error info:
Here is the version in my Mac(mcrypt not present in path):
My colleague does not have this problem. I checked his Php version. I did run the command Could you suggest any solution to this problem? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For mcrypt extension, please use the brew tap shivammathur/extensions
brew install [email protected] |
Beta Was this translation helpful? Give feedback.
For mcrypt extension, please use the
shivammathur/extensions
tap