Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi,

I installed php5.6 using command "brew install php@5.6". After installation, when I run "make composer" in our php source, I see error like below.

Error info:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - onelogin/php-saml 2.11.0 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - onelogin/php-saml 2.11.0 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - Installation request for onelogin/php-saml 2.11.0 -> satisfiable by onelogin/php-saml[2.11.0].
- 

Here is the version in my Mac(mcrypt not present in path):

(base) BPERUMAL-M-50R9:website bperumal$ php -v
PHP 5.6.40 (cli) (built: Apr  6 2022 05:39:05)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
(base) BPERUMAL-M-50R9:website bperumal$

My colleague does not have this problem. I checked his Php version.
My colleague has php version as php5-5.6.36-20180703-123509(mcrypt libarary exist)

I did run the command "brew reinstall $(brew deps shivammathur/php/php@5.6) shivammathur/php/php@5.6" but still the library mcrypt not installed

Could you suggest any solution to this problem?

Thanks
Bharat

You must be logged in to vote

For mcrypt extension, please use the shivammathur/extensions tap

brew tap shivammathur/extensions
brew install mcrypt@5.6

Replies: 1 comment · 2 replies

Comment options

For mcrypt extension, please use the shivammathur/extensions tap

brew tap shivammathur/extensions
brew install mcrypt@5.6
You must be logged in to vote
2 replies
@bharatkumarp
Comment options

Thanks a ton. It solved the issue.

@ericknyoto
Comment options

For mcrypt extension, please use the shivammathur/extensions tap

brew tap shivammathur/extensions
brew install mcrypt@5.6

Is it also for another php extensions that need to install?
My composer json, need redis on php 7.3 to be installed. Maybe like this

brew tap shivammathur/extensions
brew install redis@7.3
Answer selected by bharatkumarp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.