PHP 7.4 无法安装ZIP组件 undefined symbol: zip_libzip_version 解决办法

        wget http://pecl.php.net/get/zip-1.16.0.tgz<br />

tar zxvf zip-1.16.0.tgz && cd zip-1.16.0/
/www/server/php/74/bin/phpize
./configure --with-php-config=/www/server/php/74/bin/php-config
make && make install