We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Failed to install phalcon in osx 10.10

trying to install the phalcon with brew, running command in the Terminal:

**brew install php55-phalcon**
==> Installing php55-phalcon from homebrew/homebrew-php
==> Installing php55-phalcon dependency: php55
==> Downloading https://www.php.net/get/php-5.5.19.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php55-5.5.19
==> ./configure --prefix=/usr/local/Cellar/php55/5.5.19 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.5 --with-
==> make

However, the step always got stop at installing the php5, my mac system (osx 10.10) was stuck and I have to shutdown my mac with power off button.

I tried to use brew to install other, it worked, but it doesn't work with installing php.

Could anyone have any idea about this issue?



70

Hello, I was able to install it on my Mac OS X 10.10 without any issues. Have you installed using homebrew for php5? Follow instructions here to install php5 first: https://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-10-yosemite/

And see what's happenning.

David



70

By the way, I am working on a A Pay map web site (apaymap.com) that site could be very time consuming so I am testing Phalcon to see if it can speed it up.



921

No, it didn't work. It failed at installing php5 with "brew install php55"

Hello, I was able to install it on my Mac OS X 10.10 without any issues. Have you installed using homebrew for php5? Follow instructions here to install php5 first: https://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-10-yosemite/

And see what's happenning.

David



70

Something to check: -Is php working on your machine?

If not you need make it working first.

  • If php is working, do you have Xcode command line installed? if not, install Xcode command line.
  • if problem happens during compilation, then a lot staff can be checked: hd space, file corruption, user privilege etc.

  • or you can get a compiled version just install it to your machine.

david

On Wed, Nov 26, 2014 at 11:35 PM, kinas2u [email protected] wrote: