You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/01/24 00:16:12 UTC

DO NOT REPLY [Bug 5993] New: - Build of mod_jk ends in error (Command failed with rc=16777215 )

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5993>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5993

Build of mod_jk ends in error (Command failed with rc=16777215 )

           Summary: Build of mod_jk ends in error (Command failed with
                    rc=16777215 )
           Product: Tomcat 3
           Version: 3.3.x Nightly
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Connectors
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: markpittsnh@yahoo.com


1.Built apache 1.3.22 with the configure settings that follow (see below).
2.Built tomcat from jakarta-tomcat-3.3a-src.tar.gz by executing ant.
3.Attempted build-solaris.sh from native/mod_jk/apache1.3
4.Attempted the following:
$APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS -I../common -I$JAVA_HOME/include -
I$JAVA_HOME/include/solaris -c *.c ../common/*.c

5.Received the following error in both cases:

  -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 j
k_ajp13_worker.o jk_ajp13.o jk_ajp12_worker.o mod_jk.o
apxs:Break: Command failed with rc=16777215     

./configure \
"--with-layout=Apache" \
"--enable-module=so" \
"--enable-rule=SHARED_CORE" \
"--enable-rule=SHARED_CHAIN" \
"--prefix=/home/employ/apache" \
"--enable-module=most" \
"--enable-shared=max" \
"$@"

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>