This may have just slipped through the cracks, anyone point
me in the right direction or anything? I’m installing PHP 4.0.5, I have Apache 1.3.20
installed currently and I’m also using a built in module of mod_perl
1.25. Here’s my apache mod
list [grumster]: Compiled-in modules: http_core.c mod_env.c
mod_log_config.c mod_mime.c
mod_negotiation.c mod_status.c mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_asis.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_access.c mod_auth.c mod_so.c mod_setenvif.c mod_perl.c suexec: disabled; invalid wrapper
/usr/local/apache/bin/suexec I’ve added LoadModule php4_module
libexec/libphp4.so to my httpd.conf file after doing the DSO compile for
PHP. Whenever I try to load a webpage with PHP, I’m getting
errors like Document Contains no Data. When I do a gdb I get the following..: bash-2.04# gdb /usr/local/apache/bin/httpd (gdb) run -X Starting program: /usr/local/apache/bin/httpd -X warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. Program received signal SIGSEGV, Segmentation fault. 0x401fa9d0 in ?? () (gdb) bt #0 0x401fa9d0 in
?? () #1 0x401fab24 in
?? () #2 0x8098103 in
ap_invoke_handler () #3 0x80abac9 in
process_request_internal () #4 0x80abb28 in
ap_process_request () #5 0x80a31e5 in
child_main () #6 0x80a3378 in
make_child () #7 0x80a34d3 in
startup_children () #8 0x80a3b08 in
standalone_main () #9 0x80a4287 in
main () #10 0x400cf577 in __libc_start_main () from /lib/libc.so.6 (gdb) ANY HELP would be appreciated, I wasn’t able to find
anything in the archives. -- Regards, Patrick Smith |
- Re: [PHP] FW: Setup Question Patrick Smith
- Re: [PHP] FW: Setup Question Rasmus Lerdorf