Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.18

Bug #5543 seg fault on XML_RPC update
Submitted: 2005-09-28 06:59 UTC
From: martin at mein-horde dot de Assigned:
Status: Bogus Package: PEAR
PHP Version: 4.3.10 OS: Linux (Debian Sarge)
Roadmaps: (Not assigned)    
Subscription  


 [2005-09-28 06:59 UTC] martin at mein-horde dot de
Description: ------------ If I update my pear installation, I get the following error: client:/home/blackm# pear upgrade-all Will upgrade archive_tar Will upgrade db Will upgrade http Will upgrade mail Will upgrade net_smtp Will upgrade net_socket Will upgrade pear Will upgrade xml_parser Will upgrade xml_rpc [...] Starting to download XML_RPC-1.4.3.tgz (27,198 bytes) ...done: 27,198 bytes Segmentation fault There is someone else [1] reprting this problem with php 4.4 [1] http://lists.horde.org/archives/horde/Week-of-Mon-20050926/028900.html

Comments

 [2005-09-28 12:18 UTC] bennettj at thebennetthome dot com
I found I had to do the following to get this to work: pear upgrade XML_RPC manually download PEAR 1.3.6 then pear upgrade PEAR-1.3.6.tgz pear upgrade Archive_Tar pear upgrade PEAR pear ua I found this out by trying to just upgrade PEAR and found that I needed to be at 1.3.6 in order to upgrade. Maybe this can help someone else out. JB
 [2005-09-28 12:45 UTC] martin at mein-horde dot de
This worked for me. So the problem is not about XML_RPC but about PEAR.
 [2005-09-28 14:15 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2005-09-28 15:54 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2006-10-09 04:03 UTC] stanford_16 at yahoo dot com (Aaron S)
Since this bug report seems to be well googled, I'll post my (slightly quicker) solution to the issue: pear upgrade pear-1.3.3 pear upgrade pear pear upgrade xml_rpc pear upgrade-all Works like a charm! A