php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25379 'make install' partially broken
Submitted: 2003-09-03 05:40 UTC Modified: 2003-09-29 20:54 UTC
From: marcus at synchromedia dot co dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.3 OS: OpenBSD
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: marcus at synchromedia dot co dot uk
New email:
PHP Version: OS:

 

 [2003-09-03 05:40 UTC] marcus at synchromedia dot co dot uk
Description:
------------
4.3.3 'make install' reports errors but partially 
completes. mod_php works, but CLI is confused. 'pear -
v' gives php version info. 'php -v' does nothing.
The same setup builds and installs correctly with PHP 
4.3.2
I have made sure that pear is up to date (in particular 
Archive is 1.1) in php 4.3.2 before trying this in 
4.3.3.

Reproduce code:
---------------
# ./configure  --with-apxs=/usr/sbin/apxs --with-mysql=/usr/local --enable-exif --with-gd --with-jpeg-dir=/usr/local/bin --with-bz2 --with-zlib --with-openssl --with-gettext --with-ldap --with-mhash --disable-overload --enable-sockets --with-mcrypt --enable-sysvshm --enable-pcntl --with-config-file-path=/var/www/conf --enable-mbstring --with-pear=/usr/local/lib/php --enable-bcmath --enable-gd-native-ttf --enable-gd-imgstrttf --with-freetype-dir=/usr/local --with-imap --with-imap-ssl --with-curl
# make
# make install


Expected result:
----------------
(Output from PHP 4.3.2)
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PHP SAPI module[activating module `php4' in 
/var/www/conf/httpd.conf]                                          
cp libs/libphp4.so /usr/lib/apache/modules/libphp4.so
chmod 755 /usr/lib/apache/modules/libphp4.so
cp /var/www/conf/httpd.conf /var/www/conf/
httpd.conf.bak
cp /var/www/conf/httpd.conf.new /var/www/conf/
httpd.conf
rm /var/www/conf/httpd.conf.new
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: 1.1
[PEAR] Console_Getopt - already installed: 1.0
[PEAR] PEAR           - already installed: 1.2.1
[PEAR] DB             - already installed: 1.5.0RC1
[PEAR] HTTP           - already installed: 1.2.1
[PEAR] Mail           - already installed: 1.1.1
[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
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:
--------------
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PHP SAPI module:       apache
[activating module `php4' in /var/www/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/modules/libphp4.so
chmod 755 /usr/lib/apache/modules/libphp4.so
cp /var/www/conf/httpd.conf /var/www/conf/
httpd.conf.bak
cp /var/www/conf/httpd.conf.new /var/www/conf/
httpd.conf
rm /var/www/conf/httpd.conf.new
Installing shared extensions:     /usr/local/lib/php/
extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /usr/local/lib/php/
PHP Parse error:  parse error in /usr/local/src/php-
4.3.3/pear/package-Archive_Tar.xml on line 1
*** Error code 255

Stop in /usr/local/src/php-4.3.3 (line 274 of 
Makefile).
*** Error code 1

Stop in /usr/local/src/php-4.3.3 (line 280 of 
Makefile).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-29 20:54 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.

See bug #25348

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 02:01:32 2024 UTC