php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49137 cannot start apache2 which php 5.3.0 installed
Submitted: 2009-08-02 10:59 UTC Modified: 2009-08-02 11:04 UTC
From: shlomit dot afgin at weizmann dot ac dot il Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.3.0 OS: Red Hat Enterprise Linux AS rele
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: shlomit dot afgin at weizmann dot ac dot il
New email:
PHP Version: OS:

 

 [2009-08-02 10:59 UTC] shlomit dot afgin at weizmann dot ac dot il
Description:
------------
I tried to upgrade to php 5.3.0 but after 'make install' apache cannot start anymore and I had to recover the previos version of php.


Expected result:
----------------
I tried to upgrade to php 5.3.0. I have apache 2 which compiled with
Apache/2.2.6 (Unix) mod_ssl/2.2.6  PHP/5.2.4 mod_python/3.3.1 Python/2.4.4 mod_perl/2.0.3 Perl/v5.8.5

I did:
(*) ./configure --with-apxs2=/path1/apxs --with-mysql=/path2/mysql --with-gd=/path2 --with-jpeg-dir=/path2 --with-png-dir=/path2 --with-freetype-dir --with-zlib-dir --with-libxml-dir=/path2 --enable-gd-native-ttf --enable-mbstring --enable-zip --with-ldap=/path2/openldap

(*) In 'make test' I got:
Tests failed    :   63 (  0.6%) (  0.8%)

(*) In make install, between the copies I got the error:
Installing PEAR environment:      /usr/local/lib/php/
pear/pear dependency package "pear/Archive_Tar" installed version 1.3.3 is not the recomme
nded version 1.3.2, but may be compatible, use --force to install
pear/Archive_Tar cannot be installed, conflicts with installed packages

(*) The apache stop running and I got the following errors in the error log file:
[Sun Aug 02 11:08:16 2009] [notice] SIGHUP received.  Attempting to restart
[Sun Aug 02 11:08:16 2009] [notice] seg fault or similar nasty error detected in the paren
t process
[Sun Aug 02 11:08:54 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionC
ache]
[Sun Aug 02 11:08:54 2009] [notice] Digest: generating secret for digest authentication ..
.
[Sun Aug 02 11:08:54 2009] [notice] Digest: done
PHP Warning:  Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unk
nown on line 0
PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown
 on line 0
[Sun Aug 02 11:08:58 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionC
ache]
[Sun Aug 02 11:08:58 2009] [notice] Digest: generating secret for digest authentication ..
.
[Sun Aug 02 11:08:58 2009] [notice] Digest: done


(*) I recover the previos version of php and everything continue running.

How can I install php 5.3.0 successfuly?
Shlomit.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-08-02 11:04 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 23:01:28 2024 UTC