ID: 10787
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Reproducible crash
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
Is the mod_perl compiled as DSO?
If so, try moving the LoadModule line for it before php4
module is loaded.
If not, compile it as DSO and do that.
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-05-11 05:59:13] [EMAIL PROTECTED]
This was the backtrace with --enable-debug... The apache version is 1.3.19
---------------------------------------------------------------------------
[2001-05-10 18:45:46] [EMAIL PROTECTED]
Do these steps for PHP:
rm config.cache
./configure <your options + --enable-debug>
make clean
make
make install
And you should get better backtrace of the crash.
Although it looks like it doesn't even touch PHP..
What is the version of Apache used?
---------------------------------------------------------------------------
[2001-05-10 13:57:34] [EMAIL PROTECTED]
It is still segfaulting
---------------------------------------------------------------------------
[2001-05-10 13:31:20] [EMAIL PROTECTED]
Done...
ldd looks now like this:
ldd /usr/local/apache/bin/httpd
libpthread.so.0 => /lib/libpthread.so.0 (0x40019000)
libm.so.6 => /lib/libm.so.6 (0x4002c000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40049000)
libdb.so.3 => /lib/libdb.so.3 (0x40077000)
libdl.so.2 => /lib/libdl.so.2 (0x400b2000)
libc.so.6 => /lib/libc.so.6 (0x400b6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
I think I'll let it run now for a while and will check if it runs stable now... Bye
the way could you please try to explain what I should do, that I don't have to care
about libpthread in the future?
---------------------------------------------------------------------------
[2001-05-10 12:35:56] [EMAIL PROTECTED]
Try linking apache with phtread library.
Instructions how it's done can be found on this page:
http://wwwp.php.net/oci8
--Jani
---------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view the rest of the
comments, please view the bug report online.
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10787&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]