ID: 21777 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Apache2 related Operating System: Aix 4.3.3 PHP Version: 4.3.0 New Comment:
Sorry, i read a lot of messages related to php and apache2, i recompiled one time and another time without diffrent parameters, but i think bug 14245 is different to my error. That bug is for different version of apache 2 and it think my error could be in bug of libtool because make install shows me: libtool: install: warning: remember to run `libtool --finish /software2/php-4.3.0/libs' In my first message i described how little problems like copy libphp4.so manually to necesary directory on apache i did it(like bug 14245). Excuse me if now i don't must add here this comment again. Thanks. Previous Comments: ------------------------------------------------------------------------ [2003-01-20 17:00:50] [EMAIL PROTECTED] Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the existing bug instead. Thank you for your interest in PHP. http://bugs.php.net/bug.php?id=14245 ------------------------------------------------------------------------ [2003-01-20 13:26:52] [EMAIL PROTECTED] These are the results of gdb and httpd -l #httpd -l Compiled in modules: core.c worker.c http_core.c mod_suexec.c mod_so.c #gdb /usr/IBMIHS/bin/httpd /usr/IBMIHS/bin/core < GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-ibm-aix4.3.2.0"... (no debugging symbols found)... Core was generated by `httpd'. Program terminated with signal 11, Segmentation fault. #0 0xd0fe04d4 in apr_palloc () (gdb) bt #0 0xd0fe04d4 in apr_palloc () #1 0xd0fe0418 in create_php_config (p=0x200233c0, dummy=0x28 " ") at /software2/php-4.3.0/sapi/apache2filter/apache_config.c:212 #2 0x10004e54 in ap_single_module_configure () #3 0x10037098 in load_module () #4 0x100020f8 in invoke_cmd () #5 0x10001e80 in execute_now () #6 0x10001bb4 in ap_build_config_sub () #7 0x10004fb4 in ap_build_config () #8 0x10004134 in ap_process_resource_config () #9 0x10004ab0 in ap_read_config () #10 0x100009dc in main () #11 0x100001b4 in __start () (gdb) ------------------------------------------------------------------------ [2003-01-20 11:04:57] [EMAIL PROTECTED] 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. And could you paste the result of the following command too? $ httpd -l Anyway don't forget to recheck the manual page: http://www.php.net/manual/en/install.apache2.php ------------------------------------------------------------------------ [2003-01-20 10:47:36] [EMAIL PROTECTED] I have apache 2.0.43 working on Aix 4.3.3.10. When i try build php4-latest,4.3.0, 4.2.3 or 4.2.2 all go fine except, on make install process and if i continue, when apache load module libphp4.so doesn't start and show a segmentation fault error.I use gcc-3.2.1 and gnu.make. ----------------------------------------------------------- # setenv CC /usr/local/bin/gcc #./configure --enable-force-cgi-redirect \ --enable-static --disable-shared \ --with-mysql --with-apxs2=/usr/IBMIHS/bin/apxs \ --prefix=/usr/IBMIHS/php --with-config-file-path=/usr/IBMIHS/php ------------------------------------------------------------ Appear this error, although i continuous: creating main/internal_functions_cli.c +--------------------------------------------------------------------+ | *** WARNING *** | | | | You chose to compile PHP with the built-in MySQL support. If you | | are compiling a server module, and intend to use other server | | modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, | | mod_perl) you must NOT rely on PHP's built-in MySQL support, and | | instead build it with your local MySQL support files, by adding | | --with-mysql=/path/to/mysql to your configure line. | +--------------------------------------------------------------------+ | License: | | This software is subject to the PHP License, available in this | | distribution in the file LICENSE. By continuing this installation | | process, you are bound by the terms of this license agreement. | | If you do not agree with the terms of this license, you must abort | | the installation process at this point. | +--------------------------------------------------------------------+ | *** NOTE *** | | The default for register_globals is now OFF! | | | | If your application relies on register_globals being ON, you | | should explicitly set it to on in your php.ini file. | | Note that you are strongly encouraged to read | | http://www.php.net/manual/en/security.registerglobals.php | | about the implications of having register_globals set to on, and | | avoid using it if possible. | +--------------------------------------------------------------------+ ./config.status[1814]: 6: bad file unit number ./config.status[1815]: 6: bad file unit number ----------------------------------------------------------- #make #make install Installing PHP SAPI module /usr/IBMIHS/build/instdso.sh SH_LIBTOOL='/usr/IBMIHS/build/libtool' libphp4.la /usr/IBMIHS/modules /usr/IBMIHS/build/libtool --mode=install cp libphp4.la /usr/IBMIHS/modules/ cp .libs/libphp4.a /usr/IBMIHS/modules/libphp4.a cp .libs/libphp4.lai /usr/IBMIHS/modules/libphp4.la libtool: install: warning: remember to run `libtool --finish /software2/php-4.3.0/libs' chmod 755 /usr/IBMIHS/modules/libphp4.so chmod: /usr/IBMIHS/modules/libphp4.so: Un archivo o directorio en la vía de acceso no existe. apxs:Error: Command failed with rc=65536 . make: 1254-004 El código de error del último mandato es 1. ------------------------------------------------- At this point i cp .libs/libphp4.so /usr/IBMIHS/modules and i make install again. ------------------------------------------------- #make install Installing PHP SAPI module /usr/IBMIHS/build/instdso.sh SH_LIBTOOL='/usr/IBMIHS/build/libtool' libphp4.la /usr/IBMIHS/modules /usr/IBMIHS/build/libtool --mode=install cp libphp4.la /usr/IBMIHS/modules/ cp .libs/libphp4.a /usr/IBMIHS/modules/libphp4.a cp .libs/libphp4.lai /usr/IBMIHS/modules/libphp4.la libtool: install: warning: remember to run `libtool --finish /software2/php-4.3.0/libs' chmod 755 /usr/IBMIHS/modules/libphp4.so Installing shared extensions: /usr/IBMIHS/php/lib/php/extensions/no-debug-zts-20020429/ Installing PEAR environment: /usr/IBMIHS/php/lib/php/ [PEAR] Archive_Tar - installed: 0.9 [PEAR] Console_Getopt - installed: 1.0 [PEAR] PEAR - installed: 1.0b3 [PEAR] DB - installed: 1.3 [PEAR] HTTP - installed: 1.2 [PEAR] Mail - installed: 1.0.1 [PEAR] Net_SMTP - installed: 1.0 [PEAR] Net_Socket - installed: 1.0.1 [PEAR] XML_Parser - installed: 1.0 [PEAR] XML_RPC - installed: 1.0.4 Installing build environment: /usr/IBMIHS/php/lib/php/build/ Installing header files: /usr/IBMIHS/php/include/php/ Installing helper programs: /usr/IBMIHS/php/bin/ program: phpize program: php-config program: phpextdist El destino "install" is upgraded. #cp php.ini-dist /usr/IBMIHS/php/php.ini Then i start apache and shows segmentation fault. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21777&edit=1