Hello Pablo, can you help me??? Please??? I have so far received no feedback
from the modssl and php3 mailing lists, and I've been trying to trace this for
several days now.
I am trying to get PHP3 running on a Sun SparcStation20 running RedHat Linux
6.0 and apache-mod_ssl (openssl).
I visited your www site: http://linusp.usp.br/~pablo/rpms/php3/
I got the apache .src.rpm from modssl.org and rebuilt it for sparc.
[root@sinkhole SPECS]# rpm -qa | egrep apache
apache-mod_ssl-devel-1.3.9.2.4.1-0.6.0
apache-mod_ssl-1.3.9.2.4.1-0.6.0
I'm running RedHat-6.0
[root@sinkhole SPECS]# rpm -q redhat-release
redhat-release-6.0-1
And I installed your RPMS, and all the support packages they required:
[root@sinkhole SPECS]# rpm -qa | egrep php3
mod_php3-cpdf-3.0.12-1
mod_php3-gd-3.0.12-1
mod_php3-imap-3.0.12-1
mod_php3-ldap-3.0.12-1
mod_php3-pgsql-3.0.12-1
mod_php3-mysql-3.0.12-1
mod_php3-xml-3.0.12-1
mod_php3-3.0.12-1
mod_php3-doc-3.0.12-1
The problem is, my PHP3 segfaults when I try to access phpAds' toplevel page,
or when i try to login to my IMP (horde) setup.
[root@sinkhole SPECS]# gdb /usr/sbin/httpd
GNU gdb 4.17.0.11 with Linux support
Copyright 1998 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 "sparc-redhat-linux"...
(no debugging symbols found)...
(gdb) run -X
Starting program: /usr/sbin/httpd -X
Program received signal SIGSEGV, Segmentation fault.
0x5095466c in ?? () from /usr/lib/php3/apache/pgsql.so
(gdb) bt
#0 0x5095466c in ?? () from /usr/lib/php3/apache/pgsql.so
#1 0x50955ea0 in ?? () from /usr/lib/php3/apache/pgsql.so
#2 0x5094f438 in ?? () from /usr/lib/php3/apache/pgsql.so
#3 0x5094fbb0 in ?? () from /usr/lib/php3/apache/pgsql.so
#4 0x50668124 in cs_functioncall_post_variable_passing ()
#5 0x5066bca4 in phpparse ()
#6 0x505fc1f4 in _php3_build_argv ()
#7 0x505fc658 in apache_php3_module_main ()
#8 0x505f8828 in send_php3 ()
#9 0x505f8888 in send_parsed_php3 ()
#10 0x1bee4 in ap_invoke_handler ()
#11 0x2ccf0 in ap_some_auth_required ()
#12 0x2cfcc in ap_internal_redirect ()
#13 0x50428b14 in _init ()
#14 0x1bee4 in ap_invoke_handler ()
#15 0x2ccf0 in ap_some_auth_required ()
#16 0x2cd44 in ap_process_request ()
#17 0x25b34 in ap_child_terminate ()
#18 0x25ce8 in ap_child_terminate ()
#19 0x25e38 in ap_child_terminate ()
#20 0x263dc in ap_child_terminate ()
#21 0x26c04 in main ()
#22 0x5012f8d0 in __libc_start_main () at ../sysdeps/generic/libc-start.c:78
(gdb)
Have you seen this before? I followed:
http://bugs.php.net/bugs-generating-backtrace.php3
to generate the debugging output, but I'm really not sure what to do with it!
-Darren
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]