Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

PHP install fails on openssl error #96

Open
convenient opened this issue Dec 6, 2016 · 4 comments
Open

PHP install fails on openssl error #96

convenient opened this issue Dec 6, 2016 · 4 comments

Comments

@convenient
Copy link

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

@typhonius
Copy link

typhonius commented Jan 6, 2017

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.

@jacobbednarz
Copy link
Member

Do either of you mind opening a PR against this repository for easier inspection and validation?

@typhonius
Copy link

I've created a PR based on my fork (which is based on @AmpersandHQ fork) in #97

@convenient
Copy link
Author

Thanks for handling this @typhonius

I didn't submit a PR as I wasn't too sure as to what @oddhill had actually modified in their fork, only that it worked for our systems :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants