You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Albert Chin <to...@lists.thewrittenword.com> on 2002/06/16 08:53:10 UTC

How was the precompiled mod_webapp.so binary built for Solaris 8

How was the precompiled binary of mod_webapp available from
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/solaris8/sparc/
built?

I'm trying to build it with the Sun C compiler (Forte 6.2) as follows:
  ./configure CFLAGS="-mr -Qn -xstrconst -xO2 -xtarget=generic -xarch=v8" \
  CC=cc JAVA_HOME=/opt/java1.4 --with-apxs=[blah] --with-perl=[blah] \
  --disable-docs --disable-apidoc-java --disable-apidoc-c \
  --with-java=[tomcat dir] --with-ant=[path to ant]

I followed the instructions at:
  http://archive.covalent.net/jakarta/tomcat-user/2002/03/0209.xml
to fetch webapp and apr but get an error when trying to connect:

  $ telnet localhost 80
  Trying 127.0.0.1...
  Connected to localhost.
  Escape character is '^]'.
  GET /examples/ HTTP/1.0

  Connection closed by foreign host.

Using the precompiled binary above works fine!

-- 
albert chin (china@thewrittenword.com)

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