Re: Having trouble building mod_jk on Solaris 10 x86

2007-03-01 Thread Chris Taylor
actually compiling it inside a zone, and after installing the patch in the global zone, gcc can see the headers in the zone where I'm building. Chris Taylor -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Thursday, March 1, 2007 11:05 AM To: 'Tomcat Users List' Subject

Re: Having trouble building mod_jk on Solaris 10 x86

2007-02-28 Thread Chris Taylor
- is there some package to exclude from configuring in the Tomcat connector build so it won't try to link with this? Chris Taylor -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 10:23 AM To: 'Tomcat Users List' Subject: Re: Having trouble building

Having trouble building mod_jk on Solaris 10 x86

2007-02-27 Thread Chris Taylor
I'm trying to compile with gcc 3.4.3, and I'm using 'gmake', but I keep getting the errors below. Apache compiled and installed fine. I ran this short script to do the configure step: LDFLAGS=-L/usr/sfw/lib CPPFLAGS=-I/user/sfw/include ./configure --with-apxs=/usr/local/apache2/bin/apxs Here