php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24771 Installing PEAR hangs, then gives invalid md5
Submitted: 2003-07-23 13:06 UTC Modified: 2003-08-19 07:43 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: tim at subscriberbase dot com Assigned: cox (profile)
Status: Closed Package: PEAR related
PHP Version: 5.0.0b1 (beta1) OS: Red Hat 8.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tim at subscriberbase dot com
New email:
PHP Version: OS:

 

 [2003-07-23 13:06 UTC] tim at subscriberbase dot com
Description:
------------
After making PHP5, I tried to do an install and it hung for over 5 minutes on trying to install PEAR. I CTRL-C'd the process and tried to make install again where it started invalid md5-ing most of PEAR

Reproduce code:
---------------
Installing PHP SAPI module
Installing shared extensions:     /php5/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /php5/lib/php/
[PEAR] Archive_Tar    - installed: 1.1
[PEAR] Console_Getopt - installed: 1.0
[PEAR] PEAR           - installed: 1.2b2

make[1]: *** [install-pear-installer] Interrupt
make: *** [install-pear] Interrupt

Actual result:
--------------
[root@mlm php5]# make install
Installing PHP SAPI module
Installing shared extensions:     /php5/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /php5/lib/php/
[PEAR] Archive_Tar    - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.0
[PEAR] PEAR           - already installed: 1.2b2
warning : bad md5sum for file /php5/lib/php/DB.php
warning : bad md5sum for file /php5/lib/php/DB/common.php
warning : bad md5sum for file /php5/lib/php/DB/dbase.php
warning : bad md5sum for file /php5/lib/php/DB/fbsql.php
warning : bad md5sum for file /php5/lib/php/DB/ibase.php
warning : bad md5sum for file /php5/lib/php/DB/ifx.php
warning : bad md5sum for file /php5/lib/php/DB/msql.php
warning : bad md5sum for file /php5/lib/php/DB/mssql.php
warning : bad md5sum for file /php5/lib/php/DB/mysql.php
warning : bad md5sum for file /php5/lib/php/DB/oci8.php
warning : bad md5sum for file /php5/lib/php/DB/odbc.php
warning : bad md5sum for file /php5/lib/php/DB/pgsql.php
warning : bad md5sum for file /php5/lib/php/DB/sybase.php
warning : bad md5sum for file /php5/lib/php/DB/storage.php
[PEAR] DB             - installed: 1.3
warning : bad md5sum for file /php5/lib/php/HTTP.php
[PEAR] HTTP           - installed: 1.2
[PEAR] Mail           - installed: 1.1.0
[PEAR] Net_SMTP       - installed: 1.2.3
warning : bad md5sum for file /php5/lib/php/Net/Socket.php
[PEAR] Net_Socket     - installed: 1.0.1
warning : bad md5sum for file /php5/lib/php/XML/Parser.php
[PEAR] XML_Parser     - installed: 1.0.1
[PEAR] XML_RPC        - installed: 1.0.4
Installing build environment:     /php5/lib/php/build/
Installing header files:          /php5/include/php/
Installing helper programs:       /php5/bin/
  program: phpize
  program: php-config
  program: phpextdist

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-24 15:26 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2003-07-25 08:58 UTC] tim at subscriberbase dot com
I tried the latest CVS and the same thing happened, with the exception that there were no md5 errors on the second make install:

here's is the first

Installing PHP SAPI module:       cgi
Installing PHP CGI into: /php5/bin/
Installing shared extensions:     /php5/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /php5/lib/php/
[PEAR] Archive_Tar    - installed: 1.1
[PEAR] Console_Getopt - installed: 1.0
[PEAR] PEAR           - installed: 1.2b3
Wrote PEAR system config file at: /php5/etc/pear.conf
You may want to add: /php5/lib/php/lib to your php.ini include_path
make[1]: *** [install-pear-installer] Interrupt
make: *** [install-pear] Interrupt
 [2003-08-18 06:39 UTC] nicos@php.net
Do you still have the same problem with the latest CVS snap?
 [2003-08-19 07:43 UTC] tim at subscriberbase dot com
That seems to have fixed it
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 10:01:34 2025 UTC