Turner, John wrote:
I finally got access to a Solaris 8 server.I have built it successfully using the APR included in Apache 2.0.40 on Solaris 8 SPARC, but I *COULD NOT* use the ChannelUnix (AF_UNIX) sockets.
I've posted a mod_jk binary (mod_jk.so) for Solaris 8 at:
http://www.johnturner.com/howto
This is mod_jk compiled against Apache 2.0.43 and using the JK Connector
source v1.2.0. Tested against Tomcat 4.1.12.
I'm having problems building mod_jk2.so, if anyone has done this or is
trying to do it now, I'd like to hear about it.
- John
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
I had to download newer versions of libtool, autoconf, automake. The makefiles also seem to contain GNU make semantics that don't work with the vendor-supplied version of make.
I also had to add a switch to one of the lines in the makefiles in order to compiler some of the native code:
-DBSD_COMP
I believe I opened a bug about this...
How does this compare with what you've run into so far?
Paul
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
