|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-01 12:46 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 21:00:01 2025 UTC |
I've been trying to compile php for a day with no luck. I've tried 3.0.12, 3.0.15, 4.0b4pl1 and 4.0RC1. All of these cause apache (1.3.9 and 1.3.12) to bail when it serves any page (php or plain html). Below is a backtrace from my last attempt. This was php-4.0RC1 with apache 1.3.12 on Linux-Mandrake 6.1 with MySQL 3.22.25 and Oracle 8.1.5.2 Starting program: /usr/sbin/httpd -X Program received signal SIGSEGV, Segmentation fault. 0x2ae1fae5 in php_xbithack_handler (r=0x8102750) at mod_php4.c:636 636 conf = (php_apache_info_struct *) get_module_config(r->per_dir_config, &php4_module); (gdb) bt #0 0x2ae1fae5 in php_xbithack_handler (r=0x8102750) at mod_php4.c:636 #1 0x80549e4 in ap_invoke_handler () Cannot access memory at address 0x1f4. ./configure \ --with-apxs=/usr/sbin/apxs \ --prefix=/usr \ --with-gd \ --with-mysql \ --with-xml \ --with-dbase \ --with-filepro \ --with-config-file-path=/etc/httpd/conf \ --with-fdftk=no \ --enable-debug=no \ --enable-magic-quotes \ --enable-debugger \ --with-oracle=/usr/local/oracle/8i/u01/app/oracle/product/8.1.5 \ --enable-track-vars \ --enable-safe-mode \ --with-exec-dir=/usr/bin \ --with-system-regex \ --with-ftp \ --with-versioning \ --with-gdbm I've successfully compiled and run php 3.012, 4.0b4pl1 on this machine before. Can't figure out why I have so much trouble this time.