Re: Having trouble building mod_jk on Solaris 10 x86

2007-03-01 Thread Rainer Jung
Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 10:23 AM To: 'Tomcat Users List' Subject: Re: Having trouble building mod_jk on Solaris 10 x86 This looks liek a header file is missing on your system. The syntax error definitely looks like a consequence

Re: Having trouble building mod_jk on Solaris 10 x86

2007-03-01 Thread Chris Taylor
: Re: Having trouble building mod_jk on Solaris 10 x86 The header files are unconditionally included by Solaris socketvar.h. I think there's nothing we should do on the mod_jk side. Since your compiler error shows, that the include chain goes through zone.h: there have been a couple of early

Re: Having trouble building mod_jk on Solaris 10 x86

2007-02-28 Thread Rainer Jung
This looks liek a header file is missing on your system. The syntax error definitely looks like a consequence of the missing header file. I shortly checked on a Solaris Sparc system and the file /usr/include/sys/tsol/label.h was there as part of the package SUNWhea. Check if the file is

Re: Having trouble building mod_jk on Solaris 10 x86

2007-02-28 Thread Chris Taylor
mod_jk on Solaris 10 x86 This looks liek a header file is missing on your system. The syntax error definitely looks like a consequence of the missing header file. I shortly checked on a Solaris Sparc system and the file /usr/include/sys/tsol/label.h was there as part of the package SUNWhea. Check

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