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

pecl xdebug fails to install (Ubuntu) #9

Open
pettai opened this issue Jun 2, 2020 · 0 comments
Open

pecl xdebug fails to install (Ubuntu) #9

pettai opened this issue Jun 2, 2020 · 0 comments

Comments

@pettai
Copy link
Contributor

pettai commented Jun 2, 2020

This might be Ubuntu specific (I don't know what the other distros php base version is)

failed: [localhost] (item=xdebug) => {"ansible_loop_var": "item", "changed": false, "cmd": "yes '' | pecl install xdebug", "delta": "0:00:00.277975", "end": "2020-06-02 08:05:33.926174", "failed_when_result": true, "item": "xdebug", "msg": "non-zero return code", "rc": 1, "start": "2020-06-02 08:05:33.648199", "stderr": "", "stderr_lines": [], "stdout": "pecl/xdebug requires PHP (version >= 7.1.0), installed version is 7.0.33-0ubuntu0.16.04.15\nNo valid packages found\ninstall failed", "stdout_lines": ["pecl/xdebug requires PHP (version >= 7.1.0), installed version is 7.0.33-0ubuntu0.16.04.15", "No valid packages found", "install failed"]}

The workaround is to explicitly add the (compatible) version - xdebug-2.6.1 into ./vars/php-pecl.yml

@pettai pettai changed the title pecl xdebug fails to install (Ubuntu 16.04) pecl xdebug fails to install (Ubuntu) Jun 2, 2020
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

1 participant