You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
# install the php-xdebug extention
php::extension::xdebug { "xdebug for 5.5.13":
php => '5.5.13',
version => '2.2.5'
}
# install the php-intl extention
php::extension::intl { "intl for 5.5.13":
php => '5.5.13',
version => '3.0.0'
}
Error, for xDebug - intl fails the same way.
sh: line 0: cd: /opt/boxen/data/php/cache/extensions/xdebug: No such file or directory
sh: line 0: cd: /opt/boxen/data/php/cache/extensions/xdebug: No such file or directory
sh: line 0: cd: /opt/boxen/data/php/cache/extensions/xdebug: No such file or directory
Error: Could not set 'present' on ensure: Version 2.2.5 not found in xdebug source at 35:/opt/boxen/repo/shared/php/manifests/extension/xdebug.pp
Error: Could not set 'present' on ensure: Version 2.2.5 not found in xdebug source at 35:/opt/boxen/repo/shared/php/manifests/extension/xdebug.pp
Wrapped exception:
Version 2.2.5 not found in xdebug source
Error: /Stage[main]/Main/Node[default]/Php::Extension::Xdebug[xdebug for 5.5.13]/Php_extension[xdebug for 5.5.13]/ensure: change from absent to present failed: Could not set 'present' on ensure: Version 2.2.5 not found in xdebug source at 35:/opt/boxen/repo/shared/php/manifests/extension/xdebug.pp
Notice: /Stage[main]/Main/Node[default]/Php::Extension::Xdebug[xdebug for 5.5.13]/File[/opt/boxen/config/php/5.5.13/conf.d/xdebug.ini]: Dependency Php_extension[xdebug for 5.5.13] has failures: true
Warning: /Stage[main]/Main/Node[default]/Php::Extension::Xdebug[xdebug for 5.5.13]/File[/opt/boxen/config/php/5.5.13/conf.d/xdebug.ini]: Skipping because of failed dependencies
can't get xdebug and intl working.
This is what I have in my site.pp
Error, for xDebug - intl fails the same way.
Am I doing something wrong?