Mantis - Resin
Viewing Issue Advanced Details
1370 block always 09-21-06 07:06 06-06-07 15:40
Lucien  
ferg  
high  
closed 3.0.21  
fixed  
none    
none 3.1.2  
0001370: configure doesn't find JNI path with IBM sdk
Redhat EL 4 with IBM Java 1.5 can't install mod_caucho due to the following error which was also reported in bug 0001064:

configure: WARNING: Can't find JNI directory /usr/lib/jvm/java-1.5.0-ibm-1.5.0.0/include/linux
Using JVMTI for class reloading
Can't JNI include files in JAVA_HOME: /usr/lib/jvm/java-1.5.0-ibm-1.5.0.0

I have also tried to compile with the removal on the $jni_os since IBM java doesn't install a directory inside the /include directory.

Notes
(0001582)
emil   
11-09-06 09:30   
Reproduced using IBM java RPM and Resin 3.0.21:

checking for JAVA_HOME... /opt/ibm/java2-i386-50
checking if Java is 64-bit... no
configure: WARNING: Can't find JNI directory /opt/ibm/java2-i386-50/include/linux
Using JVMTI for class reloading
Can't JNI include files in JAVA_HOME: /opt/ibm/java2-i386-50

The RPM installation puts all the headers into /opt/ibm/java2-i386-50/include and does not have a "linux" subdirectory.

This doesn't seem to be directly related to bug 1064.
(0001672)
Lucien   
12-29-06 09:15   
what is the actual status of this bug?
is it fixed?