Skriv ny kommentar

@ryosaeb4
You must have done something wrong prior to point 6.
Autoconf is part of Xcode check if it is installed by
ls -l /Developer/usr/bin/autoconf

If you are trying manually to build the extension make sure you run the phpize that is a part of MAMP (/Applications/MAMP/bin/php5/bin/phpize), OS X also ship with phpize and make sure you are in the top level dir of the module source code.

Remember to include the extension in your MAMP php.ini file and look for problems inside your /Applications/MAMP/logs/php_error.log