I have modsecurity installed to apache and running, and I have modsecurity-console installed, however, when I try to run the console app it tells me:
#./modsecurity-console start
No suitable Java Virtual Machine could be found on your system.
The version of the JVM must be at least 1.4.
Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.
You can also try to delete the JVM cache file /root/.install4j
However, I have set INSTALL4J_JAVA_HOME to point to my java installation which is in /usr/bin:
#java -version
java version "1.5.0"
gij (GNU libgcj) version 4.1.2 20070502 (Red Hat 4.1.2-12)
This confuses me. It would appear I have the needed java version but perhaps I am missing something?