I'm attempting to follow this tutorial: http://drupal.org/node/1464236 on installing ffmpeg on MAMP (for use with Drupal, which is incidental)
I'm stuck here:
You should also execute in your Terminal
which php pecl phpize
which should point to your MAMP installation:
/Applications/MAMP/bin/php/php5.x.x/bin
...but when I do it, which php pecl phpize
says it's pointing to /usr/bin/php
(and pecl and phpize respectively). If I do ln /usr/bin/php /Applications/MAMP/bin/php/php5.3.6/bin/php
it says 'file already exists'. How do I point to the right file?