导航

ubuntu下安装owncloud提示没有zip模块时

Posted on 2017-05-28 23:10  iitrust  阅读(315)  评论(0编辑  收藏  举报

wget http://pecl.php.net/get/zip-1.13.5.tgz
tar -zvxf zip-1.13.5.tgz
cd zip-1.13.5
phpize

./configure

make

sudo make install

中途可能会提示要安装apt install php70-dev

然后编辑php.iniy文件,位于:
/etc/php/7.0/apache2

在extension里加上/home/kenny/zip-1.13.5/modules/zip.so