Marco De Bortoli
Marco De Bortoli
@vatnoise it works also with VirtualBox 5.1.2 over here and the same package. Just out of curiosity what OS are your running? I'm on OSX here.
@vatnoise please keep me posted as of now it looks more like a glitch of sort mostly related with ansible itself not detecting path properly for some weird reasons. The...
@vatnoise the latest virtualbox version is 5.1.2. Yes the problem appears to be related to something else in your setup. Basically what is happening in your case is that the...
@vatnoise did you have any luck with this? Any progress?
It's the latest OSX version. I'm experimenting a bit as we speak to better understand what's going on.
Ok for the time being I managed to get `7.2.10` to build and install with the following command line: ```bash $ CONFIGURE_OPTS="--with-zlib-dir=$(brew --prefix zlib) --with-bz2=$(brew --prefix bzip2) --with-iconv=$(brew --prefix libiconv)...
No, I wouldn't say so. This to me sounds more like something completely messed up with the new OSX version, its command line tools and the path configuration. As far...
I do think homebrew is pretty much the recommended way, or port for the old school people out there. I don't remember when was the last time I used something...
By the [log of 7.2.10](https://gist.github.com/debo/a0e203b3aff6c5d39817ae8089412e35) it looks like php-build needs custom configure options for the latest version.
Which also reminds me I should search and read before commenting. The changes are already on their way [in this PR](https://github.com/php-build/php-build/pull/533)