php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26400 make install fails
Submitted: 2003-11-25 06:32 UTC Modified: 2003-12-01 03:12 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: michielv at zeelandnet dot nl Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2003-11-25 (dev) OS: Slackware Linux 9.0 kernel2.4.20
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: michielv at zeelandnet dot nl
New email:
PHP Version: OS:

 

 [2003-11-25 06:32 UTC] michielv at zeelandnet dot nl
Description:
------------
./configure --with-apxs=/usr/local/apache/bin/apxs 
--with-openssl --with-zlib --enable-bcmath --with-bz2 
--with-ncurses --enable-cli --disable-cgi --with-gd 
--with-jpeg-dir --with-png-dir --with-zlib-dir --with-calender 
--enable-pcntl --enable-sysvsem --enable-sysvshm 
--enable-sysvmsg --enable-exif --enable-sockets 
--with-xpm-dir --with-gettext --with-gmp --enable-mbstring 
 
 
After a successfull make, i do  
  
michiel@bash-slack ~/php5-200311251030$ su -c 'make  
install'  
Password:   
Installing PHP CLI binary:        /usr/local/bin/  
............  
[PEAR] Mail           - already installed: 1.1.2  
[PEAR] Net_SMTP       - already installed: 1.2.3  
[PEAR] Net_Socket     - already installed: 1.0.1  
[PEAR] XML_Parser     - already installed: 1.0.1  
[PEAR] XML_RPC        - already installed: 1.0.4  
make[1]: *** [install-pear-packages] Segmentation fault  
make: *** [install-pear] Error 2  
michiel@bash-slack ~/php5-200311251030$   
  


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-25 14:21 UTC] sniper@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2003-12-01 03:12 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 12:00:02 2025 UTC