| Chuck Burgess 2007-12-03, 8:03 am |
| On Dec 3, 2007 4:55 AM, Rémi WERQUIN <rwerquin@gmail.com> wrote:
> Hello,
>
> Ia m currently trying to install the Nagios software and for this I need
> to
> have an upgraded version of Pear.
> For the moment, I have pear version 1.3.2, php version 4.3.9 and Zend
> engine
> 1.3.0 (I had this information with pear help version)
> My problem is when I try to upgrade this version with :
> pear upgrade -a PEAR-1.3.6, I have the answer :
> XML error at line 1, check URL
> Invalid return payload: enabling debugging to examine incoming payload
>
> I have : XML_Parser 1.0.1 and XML_RPC 1.1.0
>
> I will be so grateful if someone can solve my problem
>
> bye
>
Try these steps:
pear upgrade --force PEAR-1.3.6 Archive_Tar-1.3.1 Console_Getopt-1.2
pear upgrade --force PEAR-1.4.11
pear upgrade PEAR
There's a news items on the PEAR home page about this, from February. I
believe this was due to the package.xml file format move from v1 to v2, but
I'm not positive.
--
CRB
Let me introduce you to my very own DMCA-protected encryption key:
BC 1B 64 4A 8D DE 49 E8 C3 7D CC EE 1A AD EE F5
(compliments of Freedom-to-Tinker http://www.freedom-to-tinker.com/?p=1155)
|