mod_jk.so ==> apxs:Break: Command failed with rc=16777215

2000-12-04 Thread 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. # /

Re: mod_jk.so ==> apxs:Break: Command failed with rc=16777215

2000-12-04 Thread Jan Labanowski
On Mon, 4 Dec 2000, Scott Liu wrote: > 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. Try: http://www.ccl.net/cca/software/UNIX/apache/ for the log of what I was doing... Jan K. Laban

Re: mod_jk.so ==> apxs:Break: Command failed with rc=16777215

2000-12-04 Thread bryan
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

Re: mod_jk.so ==> apxs:Break: Command failed with rc=16777215

2000-12-04 Thread Scott Liu
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, mi