php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42146 installation fails Not valid internal .phar file (checksum error) in 64 bit
Submitted: 2007-07-30 14:30 UTC Modified: 2007-07-31 11:37 UTC
From: judas dot iscariote at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5CVS-2007-07-30 (CVS) OS: Only 64 bit linux
Private report: No CVE-ID: None
 [2007-07-30 14:30 UTC] judas dot iscariote at gmail dot com
Description:
------------
During make install ONLY in 64 bit systems, installation aborts with the following error

Fatal error: Not valid internal .phar file (checksum error) in /home/cristian/php5/pear/install-pear-nozlib.phar on line 791
make[1]: *** [install-pear-installer] Error 255
make: *** [install-pear] Error 2


Reproduce code:
---------------
make install

Expected result:
----------------
install correctly as it does on 32 bit systems.

Actual result:
--------------
Fatal error: Not valid internal .phar file (checksum error) in /home/cristian/php5/pear/install-pear-nozlib.phar on line 791
make[1]: *** [install-pear-installer] Error 255
make: *** [install-pear] Error 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-30 14:53 UTC] judas dot iscariote at gmail dot com
related to :

http://cvs.php.net/viewvc.cgi/pear/PHP_Archive/Archive.php?view=log

it seems that the phars that make install retrives are out of date.
 [2007-07-31 11:37 UTC] jani@php.net
This is PEAR bug so please report it at http://pear.php.net/bugs/

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 28 18:01:32 2024 UTC