なんか山ほどハマったんで、もしかしたら下記意外にも必用なのあったかも…
wget https://pecl.php.net/get/ssh2-1.1.2.tgz
tar zxvf ssh2-1.1.2.tgz
cd ssh2-1.1.2
/Applications/MAMP/bin/php/php7.2.14/bin/phpize
./configure --with-php-config=/Applications/MAMP/bin/php/php7.2.14/bin/php-config
make
sudo make install
- phpize をフルパスで実行しないとmacOSのphpizeが使われるのでフルパスで実行してます。
- ./configure でphp-configまでのパスを指定しないとダメ