Has anyone had any luck with php4.0.4 and jdk1.3? Everytime I try and create a java object I get the following error:
Fatal error: Unable to load Java Library libjvm.so, error: /usr/local/jdk1.3/jre/lib/i386/classic/libjvm.so: undefined symbol: jdk_sem_post in /stuff/apache/htdocs/test.php on line 3
The script I am running to test this is the test script from the PHP-Java article on this site. I've looked through the archives but it doesn't look like anyone has had any luck. I've got php4.0.4 working with jdk1.2.2, but jdk1.3 is giving me a headache. Any help would be greatly appreciated.
Thanks