php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24355 Net_Ping bad md5sum, Net_Curl old format
Submitted: 2003-06-27 01:21 UTC Modified: 2003-07-10 06:56 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: toni dot viemero at iki dot fi Assigned: Sterling (profile)
Status: Closed Package: PEAR related
PHP Version: 4.3.3RC1 OS: Debian Linux/testing
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 - 34 = ?
Subscribe to this entry?

 
 [2003-06-27 01:21 UTC] toni dot viemero at iki dot fi
Description:
------------
pesukone:/usr/local/src# pear install Net_Ping
downloading Net_Ping-1.0.1.tgz ...
...done: 2,064 bytes
warning : bad md5sum for file /usr/local/lib/php/Net/Ping.php
install ok: Net_Ping 1.0.1

pesukone:/usr/local/src# pear install Net_Curl
downloading Net_Curl-0.1.tgz ...
...done: 2,804 bytes
warning : you are using an archive with an old format
The following errors where found (use force option to install anyway):
missing description
missing license


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-27 04:13 UTC] davey@php.net
Anyone have a problem with me rolling out a new release of Net_Curl *just* to update the package.xml? what about other packages that have this problem too?

As for the bad md5sum, can you please try downloading it again  using pear install, if you still have problems, try downloading from the website (http://pear.php.net/get/Net_Ping-1.0.1.tgz) and installing using:

pear install Net_Ping-1.0.1.tgz

as a last resort, can you download from another location? there might be packet loss between yourself and the pear.php.net machine.

- Davey
 [2003-06-27 04:24 UTC] toni dot viemero at iki dot fi
pesukone:~# pear install http://pear.php.net/get/
Net_Ping-1.0.1.tgz
downloading Net_Ping-1.0.1.tgz ...
...done: 2,064 bytes
warning : bad md5sum for file /usr/local/lib/php/Net/
Ping.php
install ok: Net_Ping 1.0.1

pesukone:~# wget http://pear.php.net/get/Net_Ping-
1.0.1.tgz
[...]
12:24:35 (1.97 MB/s) - `Net_Ping-1.0.1.tgz' saved 
[2064/2064]
pesukone:~# pear install Net_Ping-1.0.1.tgz
warning : bad md5sum for file /usr/local/lib/php/Net/
Ping.php
install ok: Net_Ping 1.0.1

pesukone:~# md5sum /usr/local/lib/php/Net/Ping.php
b827e4a6783e29d4976d95cd0449cc5d  /usr/local/lib/php/
Net/Ping.php
 [2003-06-27 05:32 UTC] toni dot viemero at iki dot fi
Tried downloading from another location.
OS: Debian Linux/testing

wget http://gd.tuwien.ac.at/opsys/linux/sf/z/zzoss/
net.php.pear.net_ping-1.0.1.tgz

pesukone:~# pear install net.php.pear.net_ping-
1.0.1.tgz
warning : bad md5sum for file /usr/local/lib/php/Net/
Ping.php
install ok: net.php.pear.net_ping 1.0.1
 [2003-07-10 06:44 UTC] cox@php.net
Please try with the recently 2.1 version:

pear upgrade Net_Ping

About Net_Curl, it should be repacked.
 [2003-07-10 06:56 UTC] toni dot viemero at iki dot fi
north:~# pear upgrade Net_Ping
downloading Net_Ping-2.1.tgz ...
...done: 5,421 bytes
upgrade ok: Net_Ping 2.1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC