Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer install #9

Open
dbrekelmans opened this issue Jan 5, 2016 · 7 comments
Open

composer install #9

dbrekelmans opened this issue Jan 5, 2016 · 7 comments

Comments

@dbrekelmans
Copy link

I ran into a problem when executing composer install.

The message I get is:

Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested PHP extension ext-intl * is missing from your system.

To me it seems like there is a piece of software missing from the virtual machine, but I don't know if it's because I've done something wrong (as far as I can tell, I followed your exact instructions from the README).

@ryanstreet
Copy link
Owner

Strange. This is the package php5-intl that is installed with the boostrap. Try destroying your vagrant box and trying to up again. If the problem persists, please let me know.

@klern
Copy link

klern commented Feb 22, 2016

I have a similiar problem.

I'm using OS X Yosemite, and Virtual Box is version 5.0.14.

The message:

Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP's mcrypt extension.

Problem 2
- The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.

@rowbeast
Copy link

rowbeast commented Feb 27, 2017

Same issue as klern here.

Problem 1
- The requested PHP extension ext-dom * is missing from your system. Install or enable PHP's dom extension.
Problem 2
- The requested PHP extension ext-simplexml * is missing from your system. Install or enable PHP's simplexml extension.
Problem 3
- The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP's mcrypt extension.
Problem 4
- The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
Problem 5
- The requested PHP extension ext-xsl * is missing from your system. Install or enable PHP's xsl extension.
Problem 6
- The requested PHP extension ext-mbstring * is missing from your system. Install or enable PHP's mbstring extension.

Using VirtualBox 5.1.14 and OSX El Capitan

@niketkanoi
Copy link

Similar Issue for me

  • The requested PHP extension ext-dom * is missing from your system. Install or enable PHP's dom extension.
    Problem 2
    • The requested PHP extension ext-simplexml * is missing from your system. Install or enable PHP's simplexml extension.
      Problem 3
    • The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP's mcrypt extension.
      Problem 4
    • The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
      Problem 5
    • The requested PHP extension ext-xsl * is missing from your system. Install or enable PHP's xsl extension.
      Problem 6
    • The requested PHP extension ext-mbstring * is missing from your system. Install or enable PHP's mbstring extension.
      Problem 7
    • The requested PHP extension ext-zip * is missing from your system. Install or enable PHP's zip extension.
      Problem 8
    • Installation request for braintree/braintree_php 3.7.0 -> satisfiable by braintree/braintree_php[3.7.0].
    • braintree/braintree_php 3.7.0 requires ext-dom * -> the requested PHP extension dom is missing from your system.
      Problem 9
    • Installation request for pelago/emogrifier v0.1.1 -> satisfiable by pelago/emogrifier[v0.1.1].
    • pelago/emogrifier v0.1.1 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
      Problem 10
    • Installation request for phpunit/phpunit 4.1.0 -> satisfiable by phpunit/phpunit[4.1.0].
    • phpunit/phpunit 4.1.0 requires ext-dom * -> the requested PHP extension dom is missing from your system.
      Problem 11
    • Installation request for theseer/fdomdocument 1.6.1 -> satisfiable by theseer/fdomdocument[1.6.1].
    • theseer/fdomdocument 1.6.1 requires ext-dom * -> the requested PHP extension dom is missing from your system.
      Problem 12
    • theseer/fdomdocument 1.6.1 requires ext-dom * -> the requested PHP extension dom is missing from your system.
    • sebastian/phpcpd 2.0.0 requires theseer/fdomdocument ~1.4 -> satisfiable by theseer/fdomdocument[1.6.1].
    • Installation request for sebastian/phpcpd 2.0.0 -> satisfiable by sebastian/phpcpd[2.0.0].

Using VirtualBox 5.1.12 and OSX Yosemite 10.10.5

@JstrzAtW2M
Copy link

Me too, any ideas?

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

Problem 1
- The requested PHP extension ext-dom * is missing from your system. Install or enable PHP's dom extension.
Problem 2
- The requested PHP extension ext-simplexml * is missing from your system. Install or enable PHP's simplexml extension.
Problem 3
- The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP's mcrypt extension.
Problem 4
- The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.
Problem 5
- The requested PHP extension ext-xsl * is missing from your system. Install or enable PHP's xsl extension.
Problem 6
- The requested PHP extension ext-mbstring * is missing from your system. Install or enable PHP's mbstring extension.
Problem 7
- The requested PHP extension ext-zip * is missing from your system. Install or enable PHP's zip extension.
Problem 8

@TonyPeacock
Copy link

I have the same problem but it seems the correct modules are installed so I'm not sure why it's happening? Did anyone come up with a solution?

@niketkanoi
Copy link

I was able to resolve by installing all those missing extensions manually one by one. Magento 2 is up and running now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants