Trying to install phalcon for the first time on my mac (Mac OS X Lion 10.7.5), I know there are other discussions that address the same issue, but I'm still having trouble:
sudo ./install
Configuring for: PHP Api Version: 20121113 Zend Module Api No: 20121212 Zend Extension Api No: 220121212 ./install: line 69: aclocal: command not found
The requirements state that you must have git installed and GCC complier, I am using php 5.5. I installed the command line tools in xcode for the gcc compiler.
Other discussions say I need libtools. I try libtools --version, and it looks like I don't have that and I try to install but not having success. Either please help install libtools, or find another way. Thank you in advance!