Heya.
I just installed PHP-Java-Bridge on my system, but I'm having a hard time getting it to stop crashing Apache.
When I activate the 'Java.so' module in php.ini, I get the following error in my Apache logfile:
Attempting to load any page on my webserver results in a segfault. Whee.
As I understand it, this error means that there are no '.class' files in that path. Is this correct? What's with that weird path, 'php/java/bridge/Standalone'? Is this possibly getting mangled somewhere?
I'm posting this both in the Java and PHP forum because I'd like to get input on both sides of the issue. I suspect that it's a configuration issue with PHP-Java Bridge, but I can't be sure because the documentation for it is horribly confusing.
Thanks for your time.
I just installed PHP-Java-Bridge on my system, but I'm having a hard time getting it to stop crashing Apache.
When I activate the 'Java.so' module in php.ini, I get the following error in my Apache logfile:
Originally posted by error_log
As I understand it, this error means that there are no '.class' files in that path. Is this correct? What's with that weird path, 'php/java/bridge/Standalone'? Is this possibly getting mangled somewhere?
I'm posting this both in the Java and PHP forum because I'd like to get input on both sides of the issue. I suspect that it's a configuration issue with PHP-Java Bridge, but I can't be sure because the documentation for it is horribly confusing.
Thanks for your time.
Comment