> Under the heading "Build java module with -ljava" you mention that there
> were crashing problems because libjava.so was linked agains pthread and
> apache wasn't. This is not uncommon problem for other libraries such as
> oci8. You can link apache with pthread which will prevent the segfaults.
aults. See
oci8 manual page for instructions.
Edin
- Original Message -
From: "Tony J. White" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 05, 2002 7:35 PM
Subject: [PHP-DEV] Java Extension Build Method
>
> The /ext/java module is an o
The /ext/java module is an odd duck compared to other php extentions in that
it uses DL_LOAD() to load libjava instead of being linked and that it is
always built as a module (.so) instead of being built static into php.
I've spent some time over the past couple weeks investigating why this is
do