当前位置: 技术问答>linux和unix
linux 下安装zip问题,在线等
来源: 互联网 发布时间:2016-06-13
本文导语: 1、依次运行以下命令: wget http://pecl.php.net/get/zip-1.8.3.tgz tar zxvf zip-1.8.3.tgz cd zip-1.8.3 /usr/bin/phpize (对应的phpize路径) configure --with-php-config=/usr/bin/php-config (对应的php-config路径) 运行到这时出错,提示configure...
1、依次运行以下命令:
wget http://pecl.php.net/get/zip-1.8.3.tgz
tar zxvf zip-1.8.3.tgz
cd zip-1.8.3
/usr/bin/phpize (对应的phpize路径)
configure --with-php-config=/usr/bin/php-config (对应的php-config路径)
运行到这时出错,提示configure: command not found
怎么解决,或是有没有其它方法安装zip
thanks.
wget http://pecl.php.net/get/zip-1.8.3.tgz
tar zxvf zip-1.8.3.tgz
cd zip-1.8.3
/usr/bin/phpize (对应的phpize路径)
configure --with-php-config=/usr/bin/php-config (对应的php-config路径)
运行到这时出错,提示configure: command not found
怎么解决,或是有没有其它方法安装zip
thanks.
|
你下载的包有问题。。
可以用
yum install zip
安装。
可以用
yum install zip
安装。
|
lz,应该是这样
./configure --with-php-config=/usr/bin/php-config
./configure --with-php-config=/usr/bin/php-config