php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27415 error on make install
Submitted: 2004-02-27 06:45 UTC Modified: 2004-02-27 06:49 UTC
From: eero at jlug dot fi Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5CVS-2004-02-27 (dev) OS: 2.6.3
Private report: No CVE-ID: None
 [2004-02-27 06:45 UTC] eero at jlug dot fi
Description:
------------
Pear error on latest cvs

Reproduce code:
---------------
[root@lnx php5-200402271030]# make install
Installing PHP SAPI module:       apache
[activating module `php5' in /home/apache/conf/httpd.conf]
cp libs/libphp5.so /home/apache/libexec/libphp5.so
chmod 755 /home/apache/libexec/libphp5.so
cp /home/apache/conf/httpd.conf /home/apache/conf/httpd.conf.bak
cp /home/apache/conf/httpd.conf.new /home/apache/conf/httpd.conf
rm /home/apache/conf/httpd.conf.new
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PEAR environment:      /usr/local/lib/php/

Fatal error: Declaration of PEAR_Installer::download() must be compatible with that of PEAR_Downloader::download() in /home/eero/php5b4/php5-200402271030/pear/PEAR/Installer.php on line 49
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
 [2004-02-27 06:49 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Already filed, please search the bug databsae before submitting.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 05:01:30 2024 UTC