Comments on: Install PHP 7.0 (phpng) on Mac OS X https://www.justinsilver.com/technology/install-php-7-0-phpng-on-mac-os-x/?utm_source=rss&utm_medium=rss&utm_campaign=install-php-7-0-phpng-on-mac-os-x Technology, Travel, and Pictures Tue, 19 Apr 2016 18:19:00 +0000 hourly 1 https://wordpress.org/?v=6.0.1 By: Moshe Bartov https://www.justinsilver.com/technology/install-php-7-0-phpng-on-mac-os-x/#comment-2039 Sun, 21 Feb 2016 06:19:06 +0000 http://justinsilver.com/?p=3880#comment-2039 tried following instructions (thanks!)
fixed the bison issue
when running the env YACC=’brew..
getting a
configure: error: Unable to find your mysql installation
was unable to find any info.
tried running brew several time with brew update mysql and also remove and then install but nothing works..

running locate mysql_config
returns:
/usr/local/bin/mysql_config
/usr/local/bin/mysql_config_editor

Working on OSX El Capitan

]]>
By: Justin Silver https://www.justinsilver.com/technology/install-php-7-0-phpng-on-mac-os-x/#comment-2022 Fri, 22 Jan 2016 21:38:43 +0000 http://justinsilver.com/?p=3880#comment-2022 In reply to Chris.

That error usually means that make doesn’t see the makefile at all. Sometimes it gets a weird extension appended to it, when really it should just be called “makefile”. Check the directory to see if there is a file named makefile with an extension, and if so just remove the extension and try again.

]]>
By: Chris https://www.justinsilver.com/technology/install-php-7-0-phpng-on-mac-os-x/#comment-2021 Tue, 19 Jan 2016 15:15:35 +0000 http://justinsilver.com/?p=3880#comment-2021 Any idea how this can be fixed?

>>> make -j`sysctl -n hw.logicalcpu_max`
make: *** No targets specified and no makefile found. Stop.

]]>
By: Justin Silver https://www.justinsilver.com/technology/install-php-7-0-phpng-on-mac-os-x/#comment-2002 Thu, 31 Dec 2015 07:30:13 +0000 http://justinsilver.com/?p=3880#comment-2002 In reply to Tanvir.

Hi Tanvir,

Try running brew tap homebrew/versions first, then install bison again.

]]>
By: Tanvir https://www.justinsilver.com/technology/install-php-7-0-phpng-on-mac-os-x/#comment-2001 Thu, 31 Dec 2015 04:30:33 +0000 http://justinsilver.com/?p=3880#comment-2001 Hi,I am getting error on “install dependencies”
it says ‘”No available formula with the name “bison27″”

]]>