ID: 49137 Updated by: der...@php.net Reported By: shlomit dot afgin at weizmann dot ac dot il -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: Red Hat Enterprise Linux AS rele PHP Version: 5.3.0 New Comment:
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. . Previous Comments: ------------------------------------------------------------------------ [2009-08-02 10:59:41] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49137&edit=1