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

Cannot install using "composer require educoder/pest" #67

Open
jpforcioli opened this issue Oct 15, 2015 · 4 comments
Open

Cannot install using "composer require educoder/pest" #67

jpforcioli opened this issue Oct 15, 2015 · 4 comments

Comments

@jpforcioli
Copy link

This is the error I get when attempting to install educoder/pest on my system:

$ composer require educoder/pest
Using version ^1.0 for educoder/pest
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for educoder/pest ^1.0 -> satisfiable by educoder/pest[1.0.0].
    - educoder/pest 1.0.0 requires lib-curl * -> the requested linked library curl has the wrong version installed or is missing from your system, make sure to have the extension providing it.


Installation failed, deleting ./composer.json.

My system is Ubuntu Desktop:

uname -a
Linux Latitude-E6430 3.19.0-30-generic #34-Ubuntu SMP Fri Oct 2 22:08:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
@omonnig
Copy link

omonnig commented Dec 28, 2015

The composer error message is misleading, asking for "lib-curl" when it really needs php-curl. The command below fixed it for me on Raspian Jessie.

sudo apt-get install php5-curl

@jorgedx
Copy link

jorgedx commented Sep 2, 2016

thanks you.

@atlaz
Copy link

atlaz commented Nov 17, 2016

I have the same issue on a vbox hosted ubuntu server (PHP7). I've installed PHP7 curl but nothing doing.

@mesbahi1985
Copy link

sudo apt-get install php-curl

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

5 participants