pear - Error installing FirePHPCore -


i working off clean install of ubuntu 14.04 lts , cannot install firephp due error:

#pear install firephp/firephpcore  downloading firephpcore-0.3.2.tgz ... starting download firephpcore-0.3.2.tgz (25,019 bytes) .........done: 25,019 bytes not extract package.xml file "/build/buildd/php5-5.5.9+dfsg/pear-build-download/firephpcore-0.3.2.tgz" download of "firephp/firephpcore" succeeded, not valid package archive error: cannot download "firephp/firephpcore" download failed install failed 

i've installed on several other servers in same fashion no problems running ubuntu 12 or earlier.

any advice on how working?

use option --nocompress

pecl install --nocompress packagename

is 1 solution has worked me.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -