Yes, I am using java1.3.
apxs:Break: Command failed with rc=16777215
# /usr/local/bin/java -version
/usr/local/bin/java: Command not found.
# /usr/java/bin/java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
Scott
[EMAIL PROTECTED] wrote:
> You say you have Java 1.3 but are you sure its installed in /usr/java?
> Does /usr/java/bin/java -version come back with v1.3?
> Try "where java"
>
> The reason why it looks like there are NO JAVA 2 HEADERS below. This might(?)
> be due to you having installed a jre and not a jdk?
>
> According to Scott Liu:
> |
> | Hi All,
> |
> | It's been a long battle to make "mod_jk.so" and it failed with
> | rc=16777215.
> | My system has
> |
> | apache-1.3.14
> | perl5.6
> | java1.3
> | tomcat3.2.
> |
> | Tomcat3.2 was built successfully. I tried to build "mod_jk.so" which
> | failed.
> | Can anyone tell me what might had happened from the following log?
> | Thanks.
> |
> | # /usr/local/apache/bin/apxs -o mod_jk.so -DSOLARIS -I../jk
> | -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c
> | gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED
> | -I/usr/local/apache/include -I../jk -I/usr/java/include
> | -I/usr/java/include/solaris -DSOLARIS -c mod_jk.c
> <snip>
>
> | ../jk/jk_jni_worker.c:764: warning: #warning
> | -------------------------------------------------------
> | ../jk/jk_jni_worker.c:765: warning: #warning NO JAVA 2 HEADERS! SUPPORT
> | FOR JAVA 2 FEATURES DISABLED
> | ../jk/jk_jni_worker.c:766: warning: #warning
> | -------------------------------------------------------
> <snip>
> | gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED
> | -I/usr/local/apache/include -I../jk -I/usr/java/include
> | -I/usr/java/include/solaris -DSOLARIS -c ../jk/jk_worker.c
> | -o mod_jk.so jk_worker.o jk_util.o jk_uri_worker_map.o jk_sockbuf.o
> | jk_pool.o jk_nwmain.o jk_msg_buff.o jk_map.o jk_lb_worker.o
> | jk_jni_worker.o jk_connect.o jk_ajp13_worker.o jk_ajp13.o
> | jk_ajp12_worker.o mod_jk.o
> | apxs:Break: Command failed with rc=16777215
> |
> |
> | Scott Liu