Home » PEAR » PEAR » Bug #5543
seg fault on XML_RPC update
Details
| Submitted | 2005-09-28 06:59 UTC |
|---|---|
| From | martin at mein-horde dot de |
| Status | Bogus |
| Package | PEAR |
| PHP Version | 4.3.10 |
| OS | Linux (Debian Sarge) |
| Roadmaps | (Not assigned) |
Comments
[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
[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.
[2006-10-09 04:03 UTC] stanford_16 at yahoo dot com
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