-
-
Notifications
You must be signed in to change notification settings - Fork 643
Add bzip support for PHP to support phantomjs-installer #728
Comments
For Xenial, you can install bzip support via For Trusty, maybe http://stackoverflow.com/a/24988534/100134 ? For phantomjs in particular, I know others using Drupal VM have used phantom before without running into issues with extra required packages... so I wonder, is there another way to install that doesn't require the dep, or is this something that changed recently? I haven't touched phantom inside of Drupal VM for about 6 months, so my memory is fuzzy. |
Trusty also now has php-bz2 for PHP 7
|
@geerlingguy ok, I'm assuming this addition to config.yml will be sufficient to install the package:
Will report back on outcome. |
@grasmash - Any luck? If that's all that's required, we could maybe add documentation in the Behat/Selenium guide http://docs.drupalvm.com/en/latest/extras/behat/ |
Works great for PHP7, but we will need a different solution for PHP5.*. |
Linking to acquia/blt#502 and acquia/blt#501 |
I think we have a good enough solution here—if you're using Selenium and no PhantomJS, there's no issue. If you want to use PhantomJS with PHP 7 (default), you need to modify your |
The default PHP bin on Drupal VM does not include bzip support. Adding it would require compiling PHP with bzip support, as it is not included by default. See http://php.net/manual/en/bzip2.installation.php.
This is currently required for use of https://github.com/jakoch/phantomjs-installer on Linux.
The text was updated successfully, but these errors were encountered: