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

Package could't install, missing package ext-pcntl-0.0.0.0 #340

Closed
jasverix opened this issue Apr 27, 2017 · 5 comments
Closed

Package could't install, missing package ext-pcntl-0.0.0.0 #340

jasverix opened this issue Apr 27, 2017 · 5 comments

Comments

@jasverix
Copy link

Hi,

May you please remove that requirement over to suggestions? The package won't install on our linux servers.

@danhunsaker
Copy link
Contributor

It's a hard requirement - without pcntl, forking doesn't work, and essentially the entire project stops working properly. Please install pcntl and try again.

@jasverix
Copy link
Author

We have pcntl installed and working - it is just composer that does not understand that.

I created a pull request #341 for this issue - newie to github, sorry.

@jasverix
Copy link
Author

image

Screenshot of the exception from composer.

@danhunsaker
Copy link
Contributor

In that case, ensure the extension is actually enabled for the CLI SAPI, because Composer can't detect something that isn't loaded. This is a local configuration issue, not a repo issue.

@jasverix
Copy link
Author

We also have six developers on Windows machines, running Resque locally, because we have operations requiring Resque. PHP on windows is not default compiled with pcntl, but that is no problem on local developer computers.

My only hope is that you can move it from requirements to suggestions and write something about it, like I did in #341. But if it is not possible, then I will create a fork.

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

2 participants