|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-21 17:24 UTC] grinderf at adelphia dot net
[2001-11-21 23:41 UTC] grinderf at adelphia dot net
[2001-12-05 19:26 UTC] yohgaki@php.net
[2001-12-26 18:53 UTC] lobbin@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 21:00:01 2025 UTC |
this problem occurs when loading any page, even just html. i can't even get the "you've successfully installed apache!" page to come up ./configure --with-mysql=/usr/local/mysql --with-apxs --with-zlib # httpd -v Server version: Apache/1.3.22 (Unix) # uname -a Linux lxbox 2.2.19 #4 Sun Oct 7 21:02:09 EDT 2001 i486 unknown gdb backtrace: Starting program: /usr/bin/httpd -X Program received signal SIGSEGV, Segmentation fault. 0x401e69b1 in php_xbithack_handler (r=0x8240f3c) at mod_php4.c:694 694 conf = (php_apache_info_struct *) get_module_config(r->per_dir_config, &php4_module); (gdb) bt #0 0x401e69b1 in php_xbithack_handler (r=0x8240f3c) at mod_php4.c:694 #1 0x8098339 in ap_invoke_handler () at eval.c:88 #2 0x80ad1ff in process_request_internal () at eval.c:88 #3 0x80ad656 in ap_internal_redirect () at eval.c:88 #4 0x8072e3c in handle_dir () at eval.c:88 #5 0x8098339 in ap_invoke_handler () at eval.c:88 #6 0x80ad1ff in process_request_internal () at eval.c:88 #7 0x80ad266 in ap_process_request () at eval.c:88 #8 0x80a4156 in child_main () at eval.c:88 #9 0x80a4311 in make_child () at eval.c:88 #10 0x80a448c in startup_children () at eval.c:88 #11 0x80a4b1d in standalone_main () at eval.c:88 #12 0x80a537c in main () at eval.c:88 #13 0x400a02eb in __libc_start_main (main=0x80a4fe8 <main>, argc=2, ubp_av=0xbffff9e4, init=0x80627b4 <_init>, fini=0x8144a9c <_fini>, rtld_fini=0x4000c130 <_dl_fini>, stack_end=0xbffff9dc) at ../sysdeps/generic/libc-start.c:129