次を使用して、新しい Macbook M1 に php zip モジュールをインストールしようとしています。
pecl install zip
しばらくすると、次のエラーが表示されます。
configure: error: Please reinstall the libzip distribution
ERROR: `/private/tmp/pear/temp/zip/configure --with-php-config=/Applications/MAMP/bin/php/php7.4.15/bin/php-config' failed
だから私は実行します:
brew install libzip
そして私は得る:
Warning: libzip 1.7.3 is already installed and up-to-date.
この時点で私は立ち往生しています。何か案が?
ありがとうございました