Folks,
Recently upgraded to RedHat-6.0 (sparc) and I'm unable to get Apache to
cooperate with PHP3. I'm running:
apache-devel-1.3.6-7
apache-1.3.6-7
And the following updated PHP3 RPMS
mod_php3-imap-3.0.9-1
mod_php3-3.0.9-1
Things are fine if I only have mod_php3 in there, but with mod_php3-imap I see:
[root@sinkhole sparc]# /usr/sbin/httpd
Bus error (core dumped)
Digging a bit deeper, I see:
[root@sinkhole sparc]# gdb /usr/sbin/httpd core
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)...
Core was generated by `/usr/sbin/httpd'.
Program terminated with signal 10, Bus error.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libcrypt.so.1...done.
[snip]
Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libresolv.so.2...done.
Reading symbols from /usr/lib/libz.so.1...done.
Reading symbols from /usr/lib/libgdbm.so.2...done.
Reading symbols from /usr/lib/apache/imap.so...done.
#0 0x5063e884 in mail_link ()
(gdb) bt
#0 0x5063e884 in mail_link ()
#1 0x50632eec in imap_init ()
#2 0x50468824 in php3_dl ()
#3 0x50457674 in cfgparse ()
#4 0x50456c9c in php3_init_config ()
#5 0x50446394 in php3_request_shutdown ()
#6 0x50447098 in php3_module_startup ()
#7 0x504442a0 in send_parsed_php3_source ()
#8 0x1b8ac in ap_single_module_configure ()
#9 0x1603c in ap_get_server_built ()
#10 0x1a444 in ap_clear_module_list ()
#11 0x1ac38 in ap_handle_command ()
#12 0x1ac80 in ap_srm_command_loop ()
#13 0x1b064 in ap_process_resource_config ()
#14 0x1b7fc in ap_read_config ()
#15 0x24334 in main ()
#16 0x5012f8d0 in __libc_start_main () at ../sysdeps/generic/libc-start.c:78
(gdb)
Any idea what I'm doing wrong here? I mean, these are redhat's precompiled
RPMS and they're not flying?!
-Darren
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]