|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-01-30 10:02 UTC] sherman dot chan at world dot net
version of apach 1.3.14 version mod_ssl 2.7.1-1.3.14 version openssl 0.9.6 i compile & install apache with php4 + mod_ssl support has no problem, however when I start the apache with php4 + ssl, it crash itself with the error message found on error_log [Wed Jan 31 01:29:45 2001] [notice] Apache/1.3.14 (Unix) PHP/4.0.4pl1 configured -- resuming normal operations [Wed Jan 31 01:30:01 2001] [notice] caught SIGTERM, shutting down there is no error message find on ssl_engine_log. the apache start up ok with either ssl or php4, but can't be both. any idea to resolve it. thanks, Sherman there is no change on php.ini, that copied from php.ini-dist php configure options ./configure \ --with-apxs=/usr/local/apps/apache_1.3.14/bin/apxs \ --with-interbase=/usr/interbase \ --with-oci8=$ORACLE_HOME \ --with-oracle=$ORACLE_HOME \ --with-db \ --with-gdbm \ --with-xml \ --with-mhash \ --with-openssl \ --with-mcrypt=/usr/local/lib \ --with-curl \ --without-mysql \ --enable-track-vars apache configure option SSL_BASE=../openssl-0.9.6 \ ./configure \ --prefix=/usr/local/apps/apache_1.3.14 \ --enable-shared=max \ --enable-module=all PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
here is GDS trace (gdb) run -X -DSSL -f /usr/local/apps/apache_1.3.14/conf/httpd.conf Starting program: /usr/local/apps/apache_1.3.14/./bin/httpd -X -DSSL -f /usr/local/apps/apache_1.3.14/conf/httpd.conf Program received signal SIGILL, Illegal instruction. 0x40353715 in modf () from /usr/local/apps/apache_1.3.14/libexec/libphp4.so (gdb) bt #0 0x40353715 in modf () from /usr/local/apps/apache_1.3.14/libexec/libphp4.so #1 0x6023ddff in ?? () #2 0x8073547 in ap_fcvt () #3 0x8073c0b in conv_fp () #4 0x8074894 in ap_vformatter () #5 0x8074f98 in ap_snprintf () #6 0x40b09fe4 in ?? () from /usr/local/apps/apache_1.3.14/libexec/libssl.so #7 0x40b09d7e in ?? () from /usr/local/apps/apache_1.3.14/libexec/libssl.so #8 0x40b051c7 in ?? () from /usr/local/apps/apache_1.3.14/libexec/libssl.so #9 0x80571b9 in ap_init_modules () #10 0x8060d15 in standalone_main () #11 0x8061533 in main () #12 0x400b61eb in __libc_start_main (main=0x80611dc <main>, argc=5, argv=0xbffffc04, init=0x804f344 <_init>, fini=0x8097a4c <_fini>, rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbffffbfc) at ../sysdeps/generic/libc-start.c:90