I am trying to get Tomcat and PHP running on the same server. I am using to following tutorial: http://wiki.apache.org/tomcat/UsingPhp everything seems to be working but when i load my test.php page i get the following error:
java.lang.UnsatisfiedLinkError: libphp4: /usr/lib64/gcj-4.1.2/libphp4.so:
undefined symbol: JNI_CreateJavaVM
I am using the following:
Tomcat 5
apache 2.2
java 1.4.2_18
Any suggestions on what i should try next?
