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 has been archived by the owner on Dec 2, 2020. It is now read-only.
I then merged in my sha1->sha256 branch into AmpersandHQ/puppet-php so that AmpersandHQ/puppet-php now builds with the latest sha256 (Update brews to use sha256 #95), as well builds without any openssl errors.
Sorry I've lost the actual error that is output when running boxen, it slid off of the top of my terminal sorry!
You can see the changes in the oddhill fork which fixed the installation for me on el capitan. master...oddhill:master
The text was updated successfully, but these errors were encountered:
In order to get the AmpersandHQ/puppet-php build working, I had to make some modifications that I've committed to typhonius/puppet-php in order to remove some assumptions.
Remove --with-mysql for PHP versions < 7
Remove dependency on libxml2
Remove dependency on apxs2
Include openssl
Ensure curl is installed
I'd be interested to get feedback on whether this is the correct approach but it allowed me to build PHP 7.0.13 on my Mac Sierra system.
boxen/puppet-php
and then I merged in theoddhill/puppet-php
fork: Merge in changes from oddhill fork AmpersandHQ/puppet-php#1AmpersandHQ/puppet-php
so thatAmpersandHQ/puppet-php
now builds with the latest sha256 (Update brews to use sha256 #95), as well builds without any openssl errors.Sorry I've lost the actual error that is output when running boxen, it slid off of the top of my terminal sorry!
You can see the changes in the oddhill fork which fixed the installation for me on el capitan.
master...oddhill:master
The text was updated successfully, but these errors were encountered: