Örnek bir durum
$ sudo pecl install mongo
downloading mongo-1.5.5.tgz ...
Starting to download mongo-1.5.5.tgz (192,109 bytes)
.........................................done: 192,109 bytes
could not extract the package.xml file from "/build/buildd/php5-5.5.9+dfsg/pear-build-download/mongo-1.5.5.tgz"
Download of "pecl/mongo" succeeded, but it is not a valid package archive
Error: cannot download "pecl/mongo"
Download failed
install failed
Bu durumdan genellike --nocompress ile kurtulabilirsin.
pecl install --nocompress mongo"
1 comment:
thank you..it helped me
Post a Comment