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

PHP cookbook fails on FFI gem dependency #15

Open
zorab47 opened this issue Dec 21, 2013 · 0 comments
Open

PHP cookbook fails on FFI gem dependency #15

zorab47 opened this issue Dec 21, 2013 · 0 comments

Comments

@zorab47
Copy link

zorab47 commented Dec 21, 2013

The latest version of the PHP cookbook, v1.3.1, now includes support for Windows, which causes Vagrant-LAMP-Stack setup to fail when provisioned. It is due to the following cookbook dependency chain: PHP -> Windows -> IIS -> ffi

Provisioning fails on the missing FFI gem. This can be resolved by requiring PHP v1.2.6 in the Berksfile or by ensuring the ffi gem is installed before hand.

# Berksfile
cookbook "php", "~> 1.2.6"
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