Reply to comment

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

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <h2> <h3> <h4> <embed>
  • Lines and paragraphs break automatically.

More information about formatting options