Just wanted to let everyone running Irix know some shortcuts to a
successful installation of
Apache 1.3.19
Tomcat 3.3m1

Need copy of GNU make.  Irix make doesn't work.  Back it up.

Apache...
Need to do:
./configure \
--prefix=/usr/local/apache \
--enable-rule=SHARED_CORE \
--enable-module=so

make
make install

Pretty easy.

For building mod_jk.so with Tomcat
Need to do two things:

1) cd /path/to/tomcat/native/mod_jk/apache1.3
   Edit line 47 of build-unix.sh and make it look like this.
   JAVA_INCLUDE="-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/irix"

2) Modify /path/to/tomcat/native/mod_jk/common/jk_pool.h
   Add following to end of code block:
   
   #elif defined(IRIX)
        typedef long long  jk_pool_atom_t;

Run build-unix.sh
Run install-unix.sh  ...and copy of mod_jk.so goes to
.../apache/libexec.

Thanks go out to Mike Braden for the help.
 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Craig R. Bush
  Bioinformatics Software Engineer
  Sealy Center for Structural Biology
  Dept. of Human Biological Chemistry & Genetics
  University of Texas Medical Branch
  Galveston, TX  77555-1157 (409)747-6809; Fax -6850
  http://www.bioinfo.utmb.edu http://www.hbcg.utmb.edu
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to