I think the problem is that you are running ver. 10.4 (not 100% sure)
You could test it by manually downloading the extension and unpack it (anywhere). then run: phpize (This makes the "build files". If that worked) ./configure make
phpize is a part of the system wide installed PHP and it is prob. to old release: Try "whereis phpize" and the shell will tell you what location.
This is from my OS X ver. 10.5.6:
"phpize --version"
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
"php -v"
PHP 5.2.8 (cli) (built: Feb 5 2009 21:21:13)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
I think the problem is that
I think the problem is that you are running ver. 10.4 (not 100% sure)
You could test it by manually downloading the extension and unpack it (anywhere). then run:
phpize (This makes the "build files". If that worked)
./configure
make
phpize is a part of the system wide installed PHP and it is prob. to old release: Try "whereis phpize" and the shell will tell you what location.
This is from my OS X ver. 10.5.6:
"phpize --version"
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
"php -v"
PHP 5.2.8 (cli) (built: Feb 5 2009 21:21:13)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies