Date: 02/24/00
- Next message: Kristian Köhntopp: "[PHP-DEV] safe_mode and file upload forms"
- Previous message: jshelman <email protected>: "[PHP-DEV] PHP 4.0 Bug #3608: Sybase (dblib) module will not compile."
- Next in thread: Havard: "Re: [PHP-DEV] apache1.3.11+php3.0.14 on Solaris2.7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've been trying to get php3 setup with apache1.3.11 on a Solaris2.7
system using gcc2.8.1 everything compiles fine, installs fine, yet when
I try to load a php3 document, it gives the infamous "document contains no
data" notice. Below is the gdb output from the httpd when trying to load
the php3 page.
The php3 page is the very simple test:
<html>
<head>
<title>Example</title>
</head>
<body>
testing php<p>
<?php echo "Hi, I'm a PHP script!"; ?>
</body>
</html>
Anyone have any comments or suggestions?
Thanks for your Help,
Danny Mitchell,
Alcatel USA, Inc.
(no debugging symbols found)...
(gdb) run -X -f/www/conf/httpd.conf
Starting program: /local/www/bin/./httpd -X -f/www/conf/httpd.conf
warning: Unable to find dynamic linker breakpoint function.
warning: GDB will be unable to debug shared library initializers
warning: and track explicitly loaded dynamic code.
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...
Program received signal SIGPIPE, Broken pipe.
0xef118054 in _libc_write ()
(gdb)
(gdb) bt
#0 0xef118054 in _libc_write ()
#1 0xa364c in ap_bspawn_child ()
#2 0xa5dc0 in ap_vbprintf ()
#3 0xa4c90 in ap_bfilbuf ()
#4 0xa5634 in ap_bwrite ()
#5 0xa5798 in ap_bflush ()
#6 0xb39c4 in ap_kill_timeout ()
#7 0xb6c78 in ap_child_terminate ()
#8 0xb6d58 in ap_child_terminate ()
#9 0xb6f58 in ap_child_terminate ()
#10 0xb783c in ap_child_terminate ()
#11 0xb83e8 in main ()
(gdb) quit
-- ----------------------------------------------------------------------------- Daniel Mitchell Engineering Services Alcatel USA, Inc. Internet:dmitchel <email protected> 1000 Coit Road Plano, Texas 75075 Home: danny <email protected> **** The opinions expressed are not those of , Alcatel USA, Inc ****-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Kristian Köhntopp: "[PHP-DEV] safe_mode and file upload forms"
- Previous message: jshelman <email protected>: "[PHP-DEV] PHP 4.0 Bug #3608: Sybase (dblib) module will not compile."
- Next in thread: Havard: "Re: [PHP-DEV] apache1.3.11+php3.0.14 on Solaris2.7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

