Hi,
I am attempting to build phalcon 1.3.4 (I need it for a bugfix). I had previously successfully built phalcon.so 1.3.2 when the machine was a osx mavericks machine using an old version of osx develepment tools.
Now my machine is Yosemite and using an recently updated develepment tools (no xcode installed). My php 5.5.22 is locally installed in /usr/local/php and is working happily with phalcon.so 1.3.2 (built for php 5.5.10 works for 5.5.22 too).
In directory cphalcon-phalcon-v1.3.4/build I use ./install and get the following:
sudo ./install
Password:
Configuring for:
PHP Api Version: 20121113
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
/usr/local/autoconf/bin/autoconf: /usr/local/autoconf-2.69/bin/autom4te: /opt/local/bin/perl: bad interpreter: No such file or directory
/usr/local/autoconf/bin/autoconf: line 505: /usr/local/autoconf-2.69/bin/autom4te: Undefined error: 0
Now what is happening is that perl is not installed in /opt/local/bin/perl. It is installed in the native osx yosemite location of /usr/bin/perl. Is this a bug in the install script?