05 AM
>To: 'Tomcat Users List'
>Subject: 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 in
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 mod_jk on Solaris 10 x86
This looks liek a header file is missing on your system. The sy
rs 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 of the missing header file. I
>shortly checked on a Solaris Sparc system and the file
>
>/u
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 missin
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
Her