php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24154 Pear Install Seg Faults
Submitted: 2003-06-12 11:26 UTC Modified: 2003-07-03 07:29 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: tim at timcrider dot com Assigned:
Status: Closed Package: PEAR related
PHP Version: 5CVS-2003-06-12 (dev) OS: Red Hat 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tim at timcrider dot com
New email:
PHP Version: OS:

 

 [2003-06-12 11:26 UTC] tim at timcrider dot com
Description:
------------
After configuring and building the latest PHP-5 CVS 'php5-200306121330', the pear installer seg faults.

My system is a Red hat 8.0 on a P2 300 with 128 MB of Ram. I'm running PHP 4.3.2 installed under /usr/local and that installs fine.

If you need any other information feel free to contact me.

Expected result:
----------------
(home) php# make install
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PHP SAPI module
Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /usr/local/lib/php/
[PEAR] Archive_Tar    - already installed: 0.9
[PEAR] Console_Getopt - already installed: 1.0
[PEAR] PEAR           - already installed: 1.1
[PEAR] DB             - already installed: 1.4.0
[PEAR] HTTP           - already installed: 1.2
[PEAR] Mail           - already installed: 1.0.1
[PEAR] Net_SMTP       - already installed: 1.0
[PEAR] Net_Socket     - already installed: 1.0.1
[PEAR] XML_Parser     - already installed: 1.0.1
[PEAR] XML_RPC        - already installed: 1.0.4
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
  program: phpextdist

Actual result:
--------------
(home) 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: 0.9
[PEAR] Console_Getopt - already installed: 1.0
[PEAR] PEAR           - already installed: 1.1
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-03 02:29 UTC] cox@php.net
Sorry, the correct message, is:

"Please try the lastest CVS version of PHP5"
 [2003-07-03 07:29 UTC] tim at timcrider dot com
It now works in PHP5-beta1.

 Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 10:01:31 2024 UTC