I have built PHP with the java extension 3 times and still no libphp_java.so file. I have found a java.so and the php_java.jar file. But lacking the libphp_java.so file causes a peculiar error in my pages saying:
Fatal error: Cannot instantiate non-existent class: java in /var/www/blackdog/php/java-demo.php on line 22
I'm almost at wits end. Is this a new development with php4.3? I've set up my php.ini file with every possible way to configure for java support. I have tried the java.so file as an extension. I have maually scanned through the unpacked php and java source files as well as the php built files and the internet all to no avail.
Can anyone shed light on this mystery?
What happened to libphp_java.so?
It was supposed to be built in the modules directory of the Apache root, was it not?
Thanks in advance,
R. Byrne