I am working off a clean install of Ubuntu 14.04 LTS and cannot install firephp due to error:
#pear install firephp/FirePHPCore
downloading FirePHPCore-0.3.2.tgz ...
Starting to download FirePHPCore-0.3.2.tgz (25,019 bytes)
.........done: 25,019 bytes
could not extract the package.xml file from "/build/buildd/php5-5.5.9+dfsg/pear-build-download/FirePHPCore-0.3.2.tgz"
Download of "firephp/FirePHPCore" succeeded, but it is not a valid package archive
Error: cannot download "firephp/FirePHPCore"
Download failed
install failed
I've installed this on several other servers in the same fashion with no problems but they were all running Ubuntu 12 or earlier.
Any advice on how to get this working?
Use option --nocompress
pecl install --nocompress packagename
Is the only one solution that has worked for me.