You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Stuart Stephen <st...@talkics.com> on 2003/08/13 16:16:25 UTC

Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Hi,

I'm trying to get mod_jk2 to run with apache 2.0.47 and Tomcat 4.1.27
running in Linux. However, I cannot work out how to compile mod_jk2. I can't
seem to get hold of everything I need?

At
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src

I can obtain the mod_jk2 v2.0.2 src, I've installed Jakarta Ant, Java 1.4.2,
Tomcat temporarily at /root/Tomcat\ 4.1/Tomcat and Apache 2.0.47 at
/usr/local/apache2. When I build mod_jk2 with Ant I seem to get an error
saying that the ./jakarta-tomcat-connectors-jk2-2.0.2-src/util directory
does not exist:

"file:/root/Tomcat%204.1/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:1
1: Basedir /root/Tomcat 4.1/jakarta-tomcat-connectors-jk2-2.0.2-src/util
does not exist."

This is correct!

The directory does not exist, so I researched into it and realised that I
needed to install one of the rpm's from the
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/rpms directory... but this is empty?!

Is it currently possible to get Apache 2.0.47, running with Tomcat 4.1.27
and how?

Regards,
Stuart Stephen



RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Infact no it didn't :o(

That was something I tried yesterday. I've still not got a .so file that I
have compiled.

What could I be doing wrong?


-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 15 August 2003 10:26
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Hi all,

For your reference, I have now found out what the problem was.

I checked out more information about what the apxs is and found out that its
effectively a compiler of some sort. So I went to my $APACHEHOME/bin/
directory and ran it 'apxs'.

I got the message:

Can't exec "/usr/bin/apr-config": No such file or directory at
/usr/sbin/apxs line 87.
Use of uninitialised value in scalar chomp at /usr/sbin/apxs line 92.

.. the rest of the help ..

So, I did a 'find / -name apr-config' and located it in my $APACHEHOME/bin/
directory, copied it from there to /usr/bin/ using 'cp
/usr/local/apache2/bin/apr-config /usr/bin/'

Then I went back to the compile process, ran that. This all went swimmingly
as usual. Then I ran 'libtool --finish /usr/local/apache2/modules/' and the
files appeared in the correct place.

I can only assume that something I installed, did not install properly?

Thanks for the help everyone. I hope this comes of use to someone else too.

Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 13:38
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


I did exactly that, and there's still no .so

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:29
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, just to be sure I downloaded the version of jk2 that you have and
tried building it myself, and everything went smoothly. If your willing,
here's "exactly" what I did:

# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I
email you my mod_jk2.so

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Infact no it didn't :o(

That was something I tried yesterday. I've still not got a .so file that I
have compiled.

What could I be doing wrong?


-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 15 August 2003 10:26
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Hi all,

For your reference, I have now found out what the problem was.

I checked out more information about what the apxs is and found out that its
effectively a compiler of some sort. So I went to my $APACHEHOME/bin/
directory and ran it 'apxs'.

I got the message:

Can't exec "/usr/bin/apr-config": No such file or directory at
/usr/sbin/apxs line 87.
Use of uninitialised value in scalar chomp at /usr/sbin/apxs line 92.

.. the rest of the help ..

So, I did a 'find / -name apr-config' and located it in my $APACHEHOME/bin/
directory, copied it from there to /usr/bin/ using 'cp
/usr/local/apache2/bin/apr-config /usr/bin/'

Then I went back to the compile process, ran that. This all went swimmingly
as usual. Then I ran 'libtool --finish /usr/local/apache2/modules/' and the
files appeared in the correct place.

I can only assume that something I installed, did not install properly?

Thanks for the help everyone. I hope this comes of use to someone else too.

Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 13:38
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


I did exactly that, and there's still no .so

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:29
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, just to be sure I downloaded the version of jk2 that you have and
tried building it myself, and everything went smoothly. If your willing,
here's "exactly" what I did:

# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I
email you my mod_jk2.so

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Hi all,

For your reference, I have now found out what the problem was.

I checked out more information about what the apxs is and found out that its
effectively a compiler of some sort. So I went to my $APACHEHOME/bin/
directory and ran it 'apxs'.

I got the message:

Can't exec "/usr/bin/apr-config": No such file or directory at
/usr/sbin/apxs line 87.
Use of uninitialised value in scalar chomp at /usr/sbin/apxs line 92.

.. the rest of the help ..

So, I did a 'find / -name apr-config' and located it in my $APACHEHOME/bin/
directory, copied it from there to /usr/bin/ using 'cp
/usr/local/apache2/bin/apr-config /usr/bin/'

Then I went back to the compile process, ran that. This all went swimmingly
as usual. Then I ran 'libtool --finish /usr/local/apache2/modules/' and the
files appeared in the correct place.

I can only assume that something I installed, did not install properly?

Thanks for the help everyone. I hope this comes of use to someone else too.

Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 13:38
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


I did exactly that, and there's still no .so

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:29
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, just to be sure I downloaded the version of jk2 that you have and
tried building it myself, and everything went smoothly. If your willing,
here's "exactly" what I did:

# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I
email you my mod_jk2.so

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Hi all,

For your reference, I have now found out what the problem was.

I checked out more information about what the apxs is and found out that its
effectively a compiler of some sort. So I went to my $APACHEHOME/bin/
directory and ran it 'apxs'.

I got the message:

Can't exec "/usr/bin/apr-config": No such file or directory at
/usr/sbin/apxs line 87.
Use of uninitialised value in scalar chomp at /usr/sbin/apxs line 92.

.. the rest of the help ..

So, I did a 'find / -name apr-config' and located it in my $APACHEHOME/bin/
directory, copied it from there to /usr/bin/ using 'cp
/usr/local/apache2/bin/apr-config /usr/bin/'

Then I went back to the compile process, ran that. This all went swimmingly
as usual. Then I ran 'libtool --finish /usr/local/apache2/modules/' and the
files appeared in the correct place.

I can only assume that something I installed, did not install properly?

Thanks for the help everyone. I hope this comes of use to someone else too.

Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 13:38
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


I did exactly that, and there's still no .so

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:29
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, just to be sure I downloaded the version of jk2 that you have and
tried building it myself, and everything went smoothly. If your willing,
here's "exactly" what I did:

# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I
email you my mod_jk2.so

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
I did exactly that, and there's still no .so

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:29
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, just to be sure I downloaded the version of jk2 that you have and
tried building it myself, and everything went smoothly. If your willing,
here's "exactly" what I did:

# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I
email you my mod_jk2.so

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
I did exactly that, and there's still no .so

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:29
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, just to be sure I downloaded the version of jk2 that you have and
tried building it myself, and everything went smoothly. If your willing,
here's "exactly" what I did:

# cd /usr/local/src
# wget
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I
email you my mod_jk2.so

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Stuart, just to be sure I downloaded the version of jk2 that you have and tried building it myself, and everything went smoothly. If your willing, here's "exactly" what I did:

# cd /usr/local/src
# wget http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I email you my mod_jk2.so

Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
I can try emailing you mine - but there's no guarantee that it will work on your system ..


----- Original Message ----- 
From: "Stuart Stephen" <st...@talkics.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Thursday, August 14, 2003 8:12 AM
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


: Yeah, that's what I was hoping..
: 
: but a ls -a in that directory just gave me a list of files named
: 
: jkjni.a
: jkjni.la
: jkjni.lai
: mod_jk2.a
: mod_jk2.la
: mod_jk2.lai
: 
: I tried the compile using 'make jk2-build-apxs' as Jorgen suggested. This
: did create a .slo in the /jk/native2/server/apache2/ folder, but still no
: .so on the system.
: 
: If someone has already compiled the mod_jk2 for apache 2.0.47 it might be
: easier for me to get a copy i think. I seem to be going nowehere at the
: moment. :o(
: 
: -----Original Message-----
: From: Richard Park [mailto:fire.logic@sympatico.ca]
: Sent: 14 August 2003 13:10
: To: Tomcat Users List
: Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
: 
: 
: Stuart, from what I can see in your "make" output, everything should be
: there. Here's a piece from your make output:
: 
: ---------------------------
: /build/jk2/apache2/.libs/mod_jk2.*
: ---------------------------
: 
: so from within your "native2" directory you should:
: 
: ---------------------------
: cd ../build/jk2/apache2/.libs
: ---------------------------
: 
: and it should be there ...
: 
: 
: 
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
: For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
: 
: 
: 
: 
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
: For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
: 
: 

Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Stuart, just to be sure I downloaded the version of jk2 that you have and tried building it myself, and everything went smoothly. If your willing, here's "exactly" what I did:

# cd /usr/local/src
# wget http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

# gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf -
# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2

# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
# make

# cd ../build/jk2/apache2
# ls -la

and the mod_jk2.so file was there ... if it continues to fail for you I email you my mod_jk2.so

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
I can try emailing you mine - but there's no guarantee that it will work on your system ..


----- Original Message ----- 
From: "Stuart Stephen" <st...@talkics.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Thursday, August 14, 2003 8:12 AM
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


: Yeah, that's what I was hoping..
: 
: but a ls -a in that directory just gave me a list of files named
: 
: jkjni.a
: jkjni.la
: jkjni.lai
: mod_jk2.a
: mod_jk2.la
: mod_jk2.lai
: 
: I tried the compile using 'make jk2-build-apxs' as Jorgen suggested. This
: did create a .slo in the /jk/native2/server/apache2/ folder, but still no
: .so on the system.
: 
: If someone has already compiled the mod_jk2 for apache 2.0.47 it might be
: easier for me to get a copy i think. I seem to be going nowehere at the
: moment. :o(
: 
: -----Original Message-----
: From: Richard Park [mailto:fire.logic@sympatico.ca]
: Sent: 14 August 2003 13:10
: To: Tomcat Users List
: Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
: 
: 
: Stuart, from what I can see in your "make" output, everything should be
: there. Here's a piece from your make output:
: 
: ---------------------------
: /build/jk2/apache2/.libs/mod_jk2.*
: ---------------------------
: 
: so from within your "native2" directory you should:
: 
: ---------------------------
: cd ../build/jk2/apache2/.libs
: ---------------------------
: 
: and it should be there ...
: 
: 
: 
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
: For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
: 
: 
: 
: 
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
: For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
: 
: 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Yeah, that's what I was hoping..

but a ls -a in that directory just gave me a list of files named

jkjni.a
jkjni.la
jkjni.lai
mod_jk2.a
mod_jk2.la
mod_jk2.lai

I tried the compile using 'make jk2-build-apxs' as Jorgen suggested. This
did create a .slo in the /jk/native2/server/apache2/ folder, but still no
.so on the system.

If someone has already compiled the mod_jk2 for apache 2.0.47 it might be
easier for me to get a copy i think. I seem to be going nowehere at the
moment. :o(

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:10
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, from what I can see in your "make" output, everything should be
there. Here's a piece from your make output:

---------------------------
/build/jk2/apache2/.libs/mod_jk2.*
---------------------------

so from within your "native2" directory you should:

---------------------------
cd ../build/jk2/apache2/.libs
---------------------------

and it should be there ...



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Yeah, that's what I was hoping..

but a ls -a in that directory just gave me a list of files named

jkjni.a
jkjni.la
jkjni.lai
mod_jk2.a
mod_jk2.la
mod_jk2.lai

I tried the compile using 'make jk2-build-apxs' as Jorgen suggested. This
did create a .slo in the /jk/native2/server/apache2/ folder, but still no
.so on the system.

If someone has already compiled the mod_jk2 for apache 2.0.47 it might be
easier for me to get a copy i think. I seem to be going nowehere at the
moment. :o(

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 14 August 2003 13:10
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, from what I can see in your "make" output, everything should be
there. Here's a piece from your make output:

---------------------------
/build/jk2/apache2/.libs/mod_jk2.*
---------------------------

so from within your "native2" directory you should:

---------------------------
cd ../build/jk2/apache2/.libs
---------------------------

and it should be there ...



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Stuart, from what I can see in your "make" output, everything should be there. Here's a piece from your make output:

---------------------------
/build/jk2/apache2/.libs/mod_jk2.*
---------------------------

so from within your "native2" directory you should:

---------------------------
cd ../build/jk2/apache2/.libs
---------------------------

and it should be there ...



RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Jørgen Nørgaard <jn...@smarttv.dk>.
I dont' think that is the problem.

Have you tried:
   make jk2-build-apxs

that target is a bit different it seems.


>I've found a warning in the build logs. This could be the reason behind it:
>
>../../common/jk_vm_default.c:449:77: warning: backslash and newline
>separated by space
>
>Not too sure about editing the c code.
>
>-----Original Message-----
>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>Sent: 14 August 2003 11:48
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>>Afraid not, there's no .libs directory under /jk/native2/server/apache2/
>>(checked with 'ls -a')
>>
>>I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
>>but that didnt work either. Still no .so created.
>>
>>I ran:
>>
>>'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
>>mod_jk2.so' and that found nothing either.
>
>
>On a Linux system I build the connector like:
>
>
>cd jk/native2/
>./configure --with-apxs2=/usr/sbin/apxs2-prefork
>make jk2-build-apxs
>
>that placed the .so file in the .libs directory.
>
>
>The actual apxs depends on your install (this is a SuSE variant).
>
>
>
>
>No error messages during the compile?
>
>
>>Thanks
>>
>>-----Original Message-----
>>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>>Sent: 14 August 2003 11:14
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>>Well... it compiled. But the files I was expecting to come out didn't.
>>>
>>>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>>>not a mod_jk2.so ?
>>
>>Of all places it is (probably) in:
>>jk/native2/server/apache2/.libs/mod_jk2.so
>>
>>
>>Is it something with apxs that puts it there?
>>
>>
>>
>>>Do I just need to rename one of the files, or has the compile done
>>something
>>>wrong?
>>>
>>>Thanks,
>>>Stuart Stephen
>>>
>>>-----Original Message-----
>>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>>Sent: 14 August 2003 09:46
>>>To: Tomcat Users List
>>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>>
>>>
>>>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>>>directory and now have gone onto the make stage.
>>>
>>>However i'm still got an error :o(
>>>
>>>Turns out that this was simply because I had a space in a folder name
>lower
>>>down in the directory structure. I removed the space and the compile has
>>>worked straight off, excellent!
>>>
>>>Thanks Richard!
>>>
>>>Regards,
>>>Stuart
>>>
>>>-----Original Message-----
>>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>>Sent: 14 August 2003 09:21
>>>To: Tomcat Users List
>>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>>
>>>
>>>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>>>sure wether I have them or not.
>>>
>>>-----Original Message-----
>>>From: Richard Park [mailto:fire.logic@sympatico.ca]
>>>Sent: 13 August 2003 23:28
>>>To: Tomcat Users List
>>>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>>
>>>
>>>Stuart, I've currently got:
>>>
>>>------------------------------------------
>>>Apache 2.0.47
>>>Tomcat 5.0.7
>>>mod_jk2 from here:
>>>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-to
>m
>>c
>>>at-connectors-4.1.27-src.tar.gz
>>>------------------------------------------
>>>
>>>Instead of installing with Ant (which was giving me problems as well), I
>>>built mod_jk2 using './configure' from the
>>>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>>>
>>>------------------------------------------
>>>./configure --with-apxs2=/path/to/apxs
>>>./configure --with-apxs2=/usr/local/apache/bin/apxs
>>>
>>>*note: if there is no "configure" script in this directory, you must first
>>>run ./buildconf.sh
>>>------------------------------------------
>>>
>>>Once "configure" has finished creating a makefile, run "make". Once "make"
>>>is complete, go to:
>>>
>>>------------------------------------------
>  >>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>>>------------------------------------------
>>>
>>>and you will find the two files that you need:
>>>
>>>------------------------------------------
>>>mod_jk2.so  >  copy into your apache "modules" directory
>>>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>>>------------------------------------------
>>>
>>>Now just make sure you have a "jk2.properties" file in your
>>>"$CATALINA_HOME/conf" directory, and manually create a
>>"workers2.properties"
>>>file in your apache "conf" directory, with the proper settings/values:
>>>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/con
>f
>>i
>>>gwebex.html
>>>
>>>Hope that helps!
>>   >
>>>
>
>
>--
>/jørgen nørgaard
>SmartTV A/S
>jnp@smarttv.dk
>Phone: +45 3332 5770
>http://smarttv.dk/
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


-- 
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Jørgen Nørgaard <jn...@smarttv.dk>.
I dont' think that is the problem.

Have you tried:
   make jk2-build-apxs

that target is a bit different it seems.


>I've found a warning in the build logs. This could be the reason behind it:
>
>../../common/jk_vm_default.c:449:77: warning: backslash and newline
>separated by space
>
>Not too sure about editing the c code.
>
>-----Original Message-----
>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>Sent: 14 August 2003 11:48
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>>Afraid not, there's no .libs directory under /jk/native2/server/apache2/
>>(checked with 'ls -a')
>>
>>I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
>>but that didnt work either. Still no .so created.
>>
>>I ran:
>>
>>'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
>>mod_jk2.so' and that found nothing either.
>
>
>On a Linux system I build the connector like:
>
>
>cd jk/native2/
>./configure --with-apxs2=/usr/sbin/apxs2-prefork
>make jk2-build-apxs
>
>that placed the .so file in the .libs directory.
>
>
>The actual apxs depends on your install (this is a SuSE variant).
>
>
>
>
>No error messages during the compile?
>
>
>>Thanks
>>
>>-----Original Message-----
>>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>>Sent: 14 August 2003 11:14
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>>Well... it compiled. But the files I was expecting to come out didn't.
>>>
>>>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>>>not a mod_jk2.so ?
>>
>>Of all places it is (probably) in:
>>jk/native2/server/apache2/.libs/mod_jk2.so
>>
>>
>>Is it something with apxs that puts it there?
>>
>>
>>
>>>Do I just need to rename one of the files, or has the compile done
>>something
>>>wrong?
>>>
>>>Thanks,
>>>Stuart Stephen
>>>
>>>-----Original Message-----
>>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>>Sent: 14 August 2003 09:46
>>>To: Tomcat Users List
>>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>>
>>>
>>>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>>>directory and now have gone onto the make stage.
>>>
>>>However i'm still got an error :o(
>>>
>>>Turns out that this was simply because I had a space in a folder name
>lower
>>>down in the directory structure. I removed the space and the compile has
>>>worked straight off, excellent!
>>>
>>>Thanks Richard!
>>>
>>>Regards,
>>>Stuart
>>>
>>>-----Original Message-----
>>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>>Sent: 14 August 2003 09:21
>>>To: Tomcat Users List
>>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>>
>>>
>>>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>>>sure wether I have them or not.
>>>
>>>-----Original Message-----
>>>From: Richard Park [mailto:fire.logic@sympatico.ca]
>>>Sent: 13 August 2003 23:28
>>>To: Tomcat Users List
>>>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>>
>>>
>>>Stuart, I've currently got:
>>>
>>>------------------------------------------
>>>Apache 2.0.47
>>>Tomcat 5.0.7
>>>mod_jk2 from here:
>>>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-to
>m
>>c
>>>at-connectors-4.1.27-src.tar.gz
>>>------------------------------------------
>>>
>>>Instead of installing with Ant (which was giving me problems as well), I
>>>built mod_jk2 using './configure' from the
>>>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>>>
>>>------------------------------------------
>>>./configure --with-apxs2=/path/to/apxs
>>>./configure --with-apxs2=/usr/local/apache/bin/apxs
>>>
>>>*note: if there is no "configure" script in this directory, you must first
>>>run ./buildconf.sh
>>>------------------------------------------
>>>
>>>Once "configure" has finished creating a makefile, run "make". Once "make"
>>>is complete, go to:
>>>
>>>------------------------------------------
>  >>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>>>------------------------------------------
>>>
>>>and you will find the two files that you need:
>>>
>>>------------------------------------------
>>>mod_jk2.so  >  copy into your apache "modules" directory
>>>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>>>------------------------------------------
>>>
>>>Now just make sure you have a "jk2.properties" file in your
>>>"$CATALINA_HOME/conf" directory, and manually create a
>>"workers2.properties"
>>>file in your apache "conf" directory, with the proper settings/values:
>>>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/con
>f
>>i
>>>gwebex.html
>>>
>>>Hope that helps!
>>   >
>>>
>
>
>--
>/jørgen nørgaard
>SmartTV A/S
>jnp@smarttv.dk
>Phone: +45 3332 5770
>http://smarttv.dk/
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


-- 
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Stuart, from what I can see in your "make" output, everything should be there. Here's a piece from your make output:

---------------------------
/build/jk2/apache2/.libs/mod_jk2.*
---------------------------

so from within your "native2" directory you should:

---------------------------
cd ../build/jk2/apache2/.libs
---------------------------

and it should be there ...



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
I've found a warning in the build logs. This could be the reason behind it:

../../common/jk_vm_default.c:449:77: warning: backslash and newline
separated by space

Not too sure about editing the c code.

-----Original Message-----
From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
Sent: 14 August 2003 11:48
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


>Afraid not, there's no .libs directory under /jk/native2/server/apache2/
>(checked with 'ls -a')
>
>I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
>but that didnt work either. Still no .so created.
>
>I ran:
>
>'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
>mod_jk2.so' and that found nothing either.


On a Linux system I build the connector like:


cd jk/native2/
./configure --with-apxs2=/usr/sbin/apxs2-prefork
make jk2-build-apxs

that placed the .so file in the .libs directory.


The actual apxs depends on your install (this is a SuSE variant).




No error messages during the compile?


>Thanks
>
>-----Original Message-----
>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>Sent: 14 August 2003 11:14
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>>Well... it compiled. But the files I was expecting to come out didn't.
>>
>>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>>not a mod_jk2.so ?
>
>Of all places it is (probably) in:
>jk/native2/server/apache2/.libs/mod_jk2.so
>
>
>Is it something with apxs that puts it there?
>
>
>
>>Do I just need to rename one of the files, or has the compile done
>something
>>wrong?
>>
>>Thanks,
>>Stuart Stephen
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:46
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>>directory and now have gone onto the make stage.
>>
>>However i'm still got an error :o(
>>
>>Turns out that this was simply because I had a space in a folder name
lower
>>down in the directory structure. I removed the space and the compile has
>>worked straight off, excellent!
>>
>>Thanks Richard!
>>
>>Regards,
>>Stuart
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:21
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>>sure wether I have them or not.
>>
>>-----Original Message-----
>>From: Richard Park [mailto:fire.logic@sympatico.ca]
>>Sent: 13 August 2003 23:28
>>To: Tomcat Users List
>>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Stuart, I've currently got:
>>
>>------------------------------------------
>>Apache 2.0.47
>>Tomcat 5.0.7
>>mod_jk2 from here:
>>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-to
m
>c
>>at-connectors-4.1.27-src.tar.gz
>>------------------------------------------
>>
>>Instead of installing with Ant (which was giving me problems as well), I
>>built mod_jk2 using './configure' from the
>>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>>
>>------------------------------------------
>>./configure --with-apxs2=/path/to/apxs
>>./configure --with-apxs2=/usr/local/apache/bin/apxs
>>
>>*note: if there is no "configure" script in this directory, you must first
>>run ./buildconf.sh
>>------------------------------------------
>>
>>Once "configure" has finished creating a makefile, run "make". Once "make"
>>is complete, go to:
>>
>>------------------------------------------
>>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>>------------------------------------------
>>
>>and you will find the two files that you need:
>>
>>------------------------------------------
>>mod_jk2.so  >  copy into your apache "modules" directory
>>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>>------------------------------------------
>>
>>Now just make sure you have a "jk2.properties" file in your
>>"$CATALINA_HOME/conf" directory, and manually create a
>"workers2.properties"
>>file in your apache "conf" directory, with the proper settings/values:
>>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/con
f
>i
>>gwebex.html
>>
>>Hope that helps!
>  >
>>


--
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
I've found a warning in the build logs. This could be the reason behind it:

../../common/jk_vm_default.c:449:77: warning: backslash and newline
separated by space

Not too sure about editing the c code.

-----Original Message-----
From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
Sent: 14 August 2003 11:48
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


>Afraid not, there's no .libs directory under /jk/native2/server/apache2/
>(checked with 'ls -a')
>
>I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
>but that didnt work either. Still no .so created.
>
>I ran:
>
>'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
>mod_jk2.so' and that found nothing either.


On a Linux system I build the connector like:


cd jk/native2/
./configure --with-apxs2=/usr/sbin/apxs2-prefork
make jk2-build-apxs

that placed the .so file in the .libs directory.


The actual apxs depends on your install (this is a SuSE variant).




No error messages during the compile?


>Thanks
>
>-----Original Message-----
>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>Sent: 14 August 2003 11:14
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>>Well... it compiled. But the files I was expecting to come out didn't.
>>
>>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>>not a mod_jk2.so ?
>
>Of all places it is (probably) in:
>jk/native2/server/apache2/.libs/mod_jk2.so
>
>
>Is it something with apxs that puts it there?
>
>
>
>>Do I just need to rename one of the files, or has the compile done
>something
>>wrong?
>>
>>Thanks,
>>Stuart Stephen
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:46
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>>directory and now have gone onto the make stage.
>>
>>However i'm still got an error :o(
>>
>>Turns out that this was simply because I had a space in a folder name
lower
>>down in the directory structure. I removed the space and the compile has
>>worked straight off, excellent!
>>
>>Thanks Richard!
>>
>>Regards,
>>Stuart
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:21
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>>sure wether I have them or not.
>>
>>-----Original Message-----
>>From: Richard Park [mailto:fire.logic@sympatico.ca]
>>Sent: 13 August 2003 23:28
>>To: Tomcat Users List
>>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Stuart, I've currently got:
>>
>>------------------------------------------
>>Apache 2.0.47
>>Tomcat 5.0.7
>>mod_jk2 from here:
>>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-to
m
>c
>>at-connectors-4.1.27-src.tar.gz
>>------------------------------------------
>>
>>Instead of installing with Ant (which was giving me problems as well), I
>>built mod_jk2 using './configure' from the
>>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>>
>>------------------------------------------
>>./configure --with-apxs2=/path/to/apxs
>>./configure --with-apxs2=/usr/local/apache/bin/apxs
>>
>>*note: if there is no "configure" script in this directory, you must first
>>run ./buildconf.sh
>>------------------------------------------
>>
>>Once "configure" has finished creating a makefile, run "make". Once "make"
>>is complete, go to:
>>
>>------------------------------------------
>>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>>------------------------------------------
>>
>>and you will find the two files that you need:
>>
>>------------------------------------------
>>mod_jk2.so  >  copy into your apache "modules" directory
>>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>>------------------------------------------
>>
>>Now just make sure you have a "jk2.properties" file in your
>>"$CATALINA_HOME/conf" directory, and manually create a
>"workers2.properties"
>>file in your apache "conf" directory, with the proper settings/values:
>>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/con
f
>i
>>gwebex.html
>>
>>Hope that helps!
>  >
>>


--
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Jørgen Nørgaard <jn...@smarttv.dk>.
>Afraid not, there's no .libs directory under /jk/native2/server/apache2/
>(checked with 'ls -a')
>
>I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
>but that didnt work either. Still no .so created.
>
>I ran:
>
>'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
>mod_jk2.so' and that found nothing either.


On a Linux system I build the connector like:


cd jk/native2/
./configure --with-apxs2=/usr/sbin/apxs2-prefork
make jk2-build-apxs

that placed the .so file in the .libs directory.


The actual apxs depends on your install (this is a SuSE variant).




No error messages during the compile?


>Thanks
>
>-----Original Message-----
>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>Sent: 14 August 2003 11:14
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>>Well... it compiled. But the files I was expecting to come out didn't.
>>
>>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>>not a mod_jk2.so ?
>
>Of all places it is (probably) in:
>jk/native2/server/apache2/.libs/mod_jk2.so
>
>
>Is it something with apxs that puts it there?
>
>
>
>>Do I just need to rename one of the files, or has the compile done
>something
>>wrong?
>>
>>Thanks,
>>Stuart Stephen
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:46
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>>directory and now have gone onto the make stage.
>>
>>However i'm still got an error :o(
>>
>>Turns out that this was simply because I had a space in a folder name lower
>>down in the directory structure. I removed the space and the compile has
>>worked straight off, excellent!
>>
>>Thanks Richard!
>>
>>Regards,
>>Stuart
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:21
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>>sure wether I have them or not.
>>
>>-----Original Message-----
>>From: Richard Park [mailto:fire.logic@sympatico.ca]
>>Sent: 13 August 2003 23:28
>>To: Tomcat Users List
>>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Stuart, I've currently got:
>>
>>------------------------------------------
>>Apache 2.0.47
>>Tomcat 5.0.7
>>mod_jk2 from here:
>>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom
>c
>>at-connectors-4.1.27-src.tar.gz
>>------------------------------------------
>>
>>Instead of installing with Ant (which was giving me problems as well), I
>>built mod_jk2 using './configure' from the
>>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>>
>>------------------------------------------
>>./configure --with-apxs2=/path/to/apxs
>>./configure --with-apxs2=/usr/local/apache/bin/apxs
>>
>>*note: if there is no "configure" script in this directory, you must first
>>run ./buildconf.sh
>>------------------------------------------
>>
>>Once "configure" has finished creating a makefile, run "make". Once "make"
>>is complete, go to:
>>
>>------------------------------------------
>>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>>------------------------------------------
>>
>>and you will find the two files that you need:
>>
>>------------------------------------------
>>mod_jk2.so  >  copy into your apache "modules" directory
>>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>>------------------------------------------
>>
>>Now just make sure you have a "jk2.properties" file in your
>>"$CATALINA_HOME/conf" directory, and manually create a
>"workers2.properties"
>>file in your apache "conf" directory, with the proper settings/values:
>>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf
>i
>>gwebex.html
>>
>>Hope that helps!
>  >
>>


-- 
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Jørgen Nørgaard <jn...@smarttv.dk>.
>Afraid not, there's no .libs directory under /jk/native2/server/apache2/
>(checked with 'ls -a')
>
>I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
>but that didnt work either. Still no .so created.
>
>I ran:
>
>'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
>mod_jk2.so' and that found nothing either.


On a Linux system I build the connector like:


cd jk/native2/
./configure --with-apxs2=/usr/sbin/apxs2-prefork
make jk2-build-apxs

that placed the .so file in the .libs directory.


The actual apxs depends on your install (this is a SuSE variant).




No error messages during the compile?


>Thanks
>
>-----Original Message-----
>From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
>Sent: 14 August 2003 11:14
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>>Well... it compiled. But the files I was expecting to come out didn't.
>>
>>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>>not a mod_jk2.so ?
>
>Of all places it is (probably) in:
>jk/native2/server/apache2/.libs/mod_jk2.so
>
>
>Is it something with apxs that puts it there?
>
>
>
>>Do I just need to rename one of the files, or has the compile done
>something
>>wrong?
>>
>>Thanks,
>>Stuart Stephen
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:46
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>>directory and now have gone onto the make stage.
>>
>>However i'm still got an error :o(
>>
>>Turns out that this was simply because I had a space in a folder name lower
>>down in the directory structure. I removed the space and the compile has
>>worked straight off, excellent!
>>
>>Thanks Richard!
>>
>>Regards,
>>Stuart
>>
>>-----Original Message-----
>>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>>Sent: 14 August 2003 09:21
>>To: Tomcat Users List
>>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>>sure wether I have them or not.
>>
>>-----Original Message-----
>>From: Richard Park [mailto:fire.logic@sympatico.ca]
>>Sent: 13 August 2003 23:28
>>To: Tomcat Users List
>>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>>
>>
>>Stuart, I've currently got:
>>
>>------------------------------------------
>>Apache 2.0.47
>>Tomcat 5.0.7
>>mod_jk2 from here:
>>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom
>c
>>at-connectors-4.1.27-src.tar.gz
>>------------------------------------------
>>
>>Instead of installing with Ant (which was giving me problems as well), I
>>built mod_jk2 using './configure' from the
>>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>>
>>------------------------------------------
>>./configure --with-apxs2=/path/to/apxs
>>./configure --with-apxs2=/usr/local/apache/bin/apxs
>>
>>*note: if there is no "configure" script in this directory, you must first
>>run ./buildconf.sh
>>------------------------------------------
>>
>>Once "configure" has finished creating a makefile, run "make". Once "make"
>>is complete, go to:
>>
>>------------------------------------------
>>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>>------------------------------------------
>>
>>and you will find the two files that you need:
>>
>>------------------------------------------
>>mod_jk2.so  >  copy into your apache "modules" directory
>>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>>------------------------------------------
>>
>>Now just make sure you have a "jk2.properties" file in your
>>"$CATALINA_HOME/conf" directory, and manually create a
>"workers2.properties"
>>file in your apache "conf" directory, with the proper settings/values:
>>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf
>i
>>gwebex.html
>>
>>Hope that helps!
>  >
>>


-- 
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Hi Stuart -- did you do the following:

[1] download the mod_jk2 source from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomcat-connectors-4.1.27-src.tar.gz

[2] extract:
gunzip -dc jakarta-tomcat-connectors-4.1.27-src.tar.gz | tar xf -

[3] go into the build directory:
cd jakarta-tomcat-connectors-4.1.27-src/jk/native2

[4] create the 'configure' script:
./buildconf.sh

[5] run 'configure':
./configure --with-apxs2=/path/to/your/apxs

in your case, apxs seems to be located in you apache2/bin folder - be sure to put the complete path the actual apxs file, eg. "--with-apxs2=/usr/local/apache2/bin/apxs"

[6] run 'make'

[7] once 'make' is complete, navigate to the folder which contains mod_jk2.so:
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/mod_jk2.so

[8] copy mod_jk2.so to your apache modules folder. don't worry about the "jkjni.so" file for now as you won't need it right away - it at all.




Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Hi Stuart -- did you do the following:

[1] download the mod_jk2 source from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomcat-connectors-4.1.27-src.tar.gz

[2] extract:
gunzip -dc jakarta-tomcat-connectors-4.1.27-src.tar.gz | tar xf -

[3] go into the build directory:
cd jakarta-tomcat-connectors-4.1.27-src/jk/native2

[4] create the 'configure' script:
./buildconf.sh

[5] run 'configure':
./configure --with-apxs2=/path/to/your/apxs

in your case, apxs seems to be located in you apache2/bin folder - be sure to put the complete path the actual apxs file, eg. "--with-apxs2=/usr/local/apache2/bin/apxs"

[6] run 'make'

[7] once 'make' is complete, navigate to the folder which contains mod_jk2.so:
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/mod_jk2.so

[8] copy mod_jk2.so to your apache modules folder. don't worry about the "jkjni.so" file for now as you won't need it right away - it at all.




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
I've included my JK2 build logs here. I'm no expert in these things, but
should the line in the configure read: "checking for suffix of object
files... so" - instead of "checking for suffix of object files... o"

If these is anything else that sticks out then please let me know.

Thanks,
Stuart Stephen

[root@Strider native2]# make clean
list=' server/apache2'; \
for i in $list; do \
        echo "Making $target in $i"; \
        if test "$i" != "."; then \
        (cd $i && make clean) || exit 1; \
fi; \
done;
Making  in server/apache2
make[1]: Entering directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'
rm -rf ../../../build/jk2/apache2/*.lo ../../../build/jk2/apache2/*.la
../../../build/jk2/apache2/*.o ../../../build/jk2/apache2/.libs
../../../build/jk2/apache2/*.so
make[1]: Leaving directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'



[root@Strider native2]# ./buildconf.sh
libtoolize --force --automake --copy
aclocal
automake --copy --add-missing
autoconf



[root@Strider native2]#
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apache2-lib=/usr
/local/apache2/lib/ --with-apache-include=/usr/local/apache2/include/ --with
-apache=/root/Apache/ --with-tomcat41=/root/Tomcat4.1/Tomcat/ --with-apr-inc
lude=/root/Apache/srclib/apr/include/
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for test... /usr/bin/test
checking for rm... /bin/rm
checking for grep... /bin/grep
checking for echo... /bin/echo
checking for sed... /bin/sed
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
no apxs given
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
building connector for "apache-2.0"
apache2_LIB
checking for tomcat33 location... not provided
checking for tomcat40 location... not provided
checking for tomcat41 location... /root/Tomcat4.1/Tomcat/
checking for JDK location (please wait)... /usr/java/j2sdk1.4.2 from
environment
checking Java platform... checking Java platform...
checking os_type directory...  linux
configure: creating ./config.status
config.status: creating Makefile
config.status: creating server/apache13/Makefile
config.status: creating server/apache13/Makefile.apxs
config.status: creating server/apache2/Makefile
config.status: creating server/apache2/Makefile.apxs
config.status: creating ../build.properties
config.status: creating scripts/build/unix/dummy
config.status: executing depfiles commands




[root@Strider native2]# make
list=' server/apache2'; \
for i in $list; do \
        echo "Making $target in $i"; \
        if test "$i" != "."; then \
        (cd $i && make) || exit 1; \
fi; \
done;
Making  in server/apache2
make[1]: Entering directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'
mkdir -p ../../../build/jk2/apache2
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_apr_socket.c -o
../../../build/jk2/apache2/jk_channel_apr_socket.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_apr_socket.c -o
../../../build/jk2/apache2/jk_channel_apr_socket.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_apr_socket.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel.c -o
../../../build/jk2/apache2/jk_channel.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel.c -o ../../../build/jk2/apache2/jk_channel.o
echo timestamp > ../../../build/jk2/apache2/jk_channel.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_jni.c -o
../../../build/jk2/apache2/jk_channel_jni.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_jni.c -o
../../../build/jk2/apache2/jk_channel_jni.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_jni.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_socket.c -o
../../../build/jk2/apache2/jk_channel_socket.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_socket.c -o
../../../build/jk2/apache2/jk_channel_socket.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_socket.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_un.c -o
../../../build/jk2/apache2/jk_channel_un.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_un.c -o
../../../build/jk2/apache2/jk_channel_un.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_un.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_config.c -o ../../../build/jk2/apache2/jk_config.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_config.c -o ../../../build/jk2/apache2/jk_config.o
echo timestamp > ../../../build/jk2/apache2/jk_config.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_config_file.c -o
../../../build/jk2/apache2/jk_config_file.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_config_file.c -o
../../../build/jk2/apache2/jk_config_file.o
echo timestamp > ../../../build/jk2/apache2/jk_config_file.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_endpoint.c -o
../../../build/jk2/apache2/jk_endpoint.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_endpoint.c -o
../../../build/jk2/apache2/jk_endpoint.o
echo timestamp > ../../../build/jk2/apache2/jk_endpoint.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_env.c -o ../../../build/jk2/apache2/jk_env.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_env.c -o ../../../build/jk2/apache2/jk_env.o
echo timestamp > ../../../build/jk2/apache2/jk_env.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_handler_logon.c -o
../../../build/jk2/apache2/jk_handler_logon.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_handler_logon.c -o
../../../build/jk2/apache2/jk_handler_logon.o
echo timestamp > ../../../build/jk2/apache2/jk_handler_logon.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_handler_response.c -o
../../../build/jk2/apache2/jk_handler_response.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_handler_response.c -o
../../../build/jk2/apache2/jk_handler_response.o
echo timestamp > ../../../build/jk2/apache2/jk_handler_response.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_logger_file.c -o
../../../build/jk2/apache2/jk_logger_file.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_logger_file.c -o
../../../build/jk2/apache2/jk_logger_file.o
echo timestamp > ../../../build/jk2/apache2/jk_logger_file.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_logger_win32.c -o
../../../build/jk2/apache2/jk_logger_win32.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_logger_win32.c -o
../../../build/jk2/apache2/jk_logger_win32.o
echo timestamp > ../../../build/jk2/apache2/jk_logger_win32.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_map.c -o ../../../build/jk2/apache2/jk_map.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_map.c -o ../../../build/jk2/apache2/jk_map.o
echo timestamp > ../../../build/jk2/apache2/jk_map.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_md5.c -o ../../../build/jk2/apache2/jk_md5.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_md5.c -o ../../../build/jk2/apache2/jk_md5.o
echo timestamp > ../../../build/jk2/apache2/jk_md5.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_msg_ajp.c -o
../../../build/jk2/apache2/jk_msg_ajp.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_msg_ajp.c -o ../../../build/jk2/apache2/jk_msg_ajp.o
echo timestamp > ../../../build/jk2/apache2/jk_msg_ajp.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_mutex.c -o ../../../build/jk2/apache2/jk_mutex.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_mutex.c -o ../../../build/jk2/apache2/jk_mutex.o
echo timestamp > ../../../build/jk2/apache2/jk_mutex.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_mutex_proc.c -o
../../../build/jk2/apache2/jk_mutex_proc.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_mutex_proc.c -o
../../../build/jk2/apache2/jk_mutex_proc.o
echo timestamp > ../../../build/jk2/apache2/jk_mutex_proc.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_mutex_thread.c -o
../../../build/jk2/apache2/jk_mutex_thread.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_mutex_thread.c -o
../../../build/jk2/apache2/jk_mutex_thread.o
echo timestamp > ../../../build/jk2/apache2/jk_mutex_thread.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_nwmain.c -o ../../../build/jk2/apache2/jk_nwmain.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_nwmain.c -o ../../../build/jk2/apache2/jk_nwmain.o
echo timestamp > ../../../build/jk2/apache2/jk_nwmain.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_objCache.c -o
../../../build/jk2/apache2/jk_objCache.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_objCache.c -o
../../../build/jk2/apache2/jk_objCache.o
echo timestamp > ../../../build/jk2/apache2/jk_objCache.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_pool_apr.c -o
../../../build/jk2/apache2/jk_pool_apr.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_pool_apr.c -o
../../../build/jk2/apache2/jk_pool_apr.o
echo timestamp > ../../../build/jk2/apache2/jk_pool_apr.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_pool.c -o ../../../build/jk2/apache2/jk_pool.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_pool.c -o ../../../build/jk2/apache2/jk_pool.o
echo timestamp > ../../../build/jk2/apache2/jk_pool.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_registry.c -o
../../../build/jk2/apache2/jk_registry.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_registry.c -o
../../../build/jk2/apache2/jk_registry.o
echo timestamp > ../../../build/jk2/apache2/jk_registry.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_requtil.c -o
../../../build/jk2/apache2/jk_requtil.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_requtil.c -o ../../../build/jk2/apache2/jk_requtil.o
echo timestamp > ../../../build/jk2/apache2/jk_requtil.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_shm.c -o ../../../build/jk2/apache2/jk_shm.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_shm.c -o ../../../build/jk2/apache2/jk_shm.o
echo timestamp > ../../../build/jk2/apache2/jk_shm.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_signal.c -o ../../../build/jk2/apache2/jk_signal.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_signal.c -o ../../../build/jk2/apache2/jk_signal.o
echo timestamp > ../../../build/jk2/apache2/jk_signal.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_uriEnv.c -o ../../../build/jk2/apache2/jk_uriEnv.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_uriEnv.c -o ../../../build/jk2/apache2/jk_uriEnv.o
echo timestamp > ../../../build/jk2/apache2/jk_uriEnv.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_uriMap.c -o ../../../build/jk2/apache2/jk_uriMap.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_uriMap.c -o ../../../build/jk2/apache2/jk_uriMap.o
echo timestamp > ../../../build/jk2/apache2/jk_uriMap.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_user.c -o ../../../build/jk2/apache2/jk_user.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_user.c -o ../../../build/jk2/apache2/jk_user.o
echo timestamp > ../../../build/jk2/apache2/jk_user.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_vm_default.c -o
../../../build/jk2/apache2/jk_vm_default.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_vm_default.c -o
../../../build/jk2/apache2/jk_vm_default.o
../../common/jk_vm_default.c:449:77: warning: backslash and newline
separated by space
echo timestamp > ../../../build/jk2/apache2/jk_vm_default.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_ajp13.c -o
../../../build/jk2/apache2/jk_worker_ajp13.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_ajp13.c -o
../../../build/jk2/apache2/jk_worker_ajp13.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_ajp13.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_workerEnv.c -o
../../../build/jk2/apache2/jk_workerEnv.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_workerEnv.c -o
../../../build/jk2/apache2/jk_workerEnv.o
echo timestamp > ../../../build/jk2/apache2/jk_workerEnv.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_jni.c -o
../../../build/jk2/apache2/jk_worker_jni.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_jni.c -o
../../../build/jk2/apache2/jk_worker_jni.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_jni.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_lb.c -o
../../../build/jk2/apache2/jk_worker_lb.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_lb.c -o
../../../build/jk2/apache2/jk_worker_lb.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_lb.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_run.c -o
../../../build/jk2/apache2/jk_worker_run.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_run.c -o
../../../build/jk2/apache2/jk_worker_run.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_run.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_status.c -o
../../../build/jk2/apache2/jk_worker_status.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_status.c -o
../../../build/jk2/apache2/jk_worker_status.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_status.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../jni/jk_jni_aprImpl.c -o
../../../build/jk2/apache2/jk_jni_aprImpl.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../jni/jk_jni_aprImpl.c -o
../../../build/jk2/apache2/jk_jni_aprImpl.o
echo timestamp > ../../../build/jk2/apache2/jk_jni_aprImpl.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/jk_logger_apache2.c -o
../../../build/jk2/apache2/jk_logger_apache2.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/jk_logger_apache2.c -o
../../../build/jk2/apache2/jk_logger_apache2.o
echo timestamp > ../../../build/jk2/apache2/jk_logger_apache2.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/jk_map_aprtable.c -o
../../../build/jk2/apache2/jk_map_aprtable.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/jk_map_aprtable.c -o
../../../build/jk2/apache2/jk_map_aprtable.o
echo timestamp > ../../../build/jk2/apache2/jk_map_aprtable.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/jk_service_apache2.c -o
../../../build/jk2/apache2/jk_service_apache2.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/jk_service_apache2.c -o
../../../build/jk2/apache2/jk_service_apache2.o
echo timestamp > ../../../build/jk2/apache2/jk_service_apache2.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/mod_jk2.c -o
../../../build/jk2/apache2/mod_jk2.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/mod_jk2.c -o
../../../build/jk2/apache2/mod_jk2.o
echo timestamp > ../../../build/jk2/apache2/mod_jk2.lo
/usr/local/apache2/build/libtool  --mode=link
gcc -avoid-version -module -rpath /usr/local/apache2/modules     -o
../../../build/jk2/apache2/mod_jk2.la
../../../build/jk2/apache2/jk_channel_apr_socket.lo
../../../build/jk2/apache2/jk_channel.lo
../../../build/jk2/apache2/jk_channel_jni.lo
../../../build/jk2/apache2/jk_channel_socket.lo
../../../build/jk2/apache2/jk_channel_un.lo
../../../build/jk2/apache2/jk_config.lo
../../../build/jk2/apache2/jk_config_file.lo
../../../build/jk2/apache2/jk_endpoint.lo
../../../build/jk2/apache2/jk_env.lo
../../../build/jk2/apache2/jk_handler_logon.lo
../../../build/jk2/apache2/jk_handler_response.lo
../../../build/jk2/apache2/jk_logger_file.lo
../../../build/jk2/apache2/jk_logger_win32.lo
../../../build/jk2/apache2/jk_map.lo ../../../build/jk2/apache2/jk_md5.lo
../../../build/jk2/apache2/jk_msg_ajp.lo
../../../build/jk2/apache2/jk_mutex.lo
../../../build/jk2/apache2/jk_mutex_proc.lo
../../../build/jk2/apache2/jk_mutex_thread.lo
../../../build/jk2/apache2/jk_nwmain.lo
../../../build/jk2/apache2/jk_objCache.lo
../../../build/jk2/apache2/jk_pool_apr.lo
../../../build/jk2/apache2/jk_pool.lo
../../../build/jk2/apache2/jk_registry.lo
../../../build/jk2/apache2/jk_requtil.lo
../../../build/jk2/apache2/jk_shm.lo ../../../build/jk2/apache2/jk_signal.lo
../../../build/jk2/apache2/jk_uriEnv.lo
../../../build/jk2/apache2/jk_uriMap.lo
../../../build/jk2/apache2/jk_user.lo
../../../build/jk2/apache2/jk_vm_default.lo
../../../build/jk2/apache2/jk_worker_ajp13.lo
../../../build/jk2/apache2/jk_workerEnv.lo
../../../build/jk2/apache2/jk_worker_jni.lo
../../../build/jk2/apache2/jk_worker_lb.lo
../../../build/jk2/apache2/jk_worker_run.lo
../../../build/jk2/apache2/jk_worker_status.lo
../../../build/jk2/apache2/jk_jni_aprImpl.lo
../../../build/jk2/apache2/jk_logger_apache2.lo
../../../build/jk2/apache2/jk_map_aprtable.lo
../../../build/jk2/apache2/jk_service_apache2.lo
../../../build/jk2/apache2/mod_jk2.lo
mkdir ../../../build/jk2/apache2/.libs
rm -fr ../../../build/jk2/apache2/.libs/mod_jk2.la
../../../build/jk2/apache2/.libs/mod_jk2.*
../../../build/jk2/apache2/.libs/mod_jk2.*
ar cru ../../../build/jk2/apache2/.libs/mod_jk2.a
../../../build/jk2/apache2/jk_channel_apr_socket.o
../../../build/jk2/apache2/jk_channel.o
../../../build/jk2/apache2/jk_channel_jni.o
../../../build/jk2/apache2/jk_channel_socket.o
../../../build/jk2/apache2/jk_channel_un.o
../../../build/jk2/apache2/jk_config.o
../../../build/jk2/apache2/jk_config_file.o
../../../build/jk2/apache2/jk_endpoint.o ../../../build/jk2/apache2/jk_env.o
../../../build/jk2/apache2/jk_handler_logon.o
../../../build/jk2/apache2/jk_handler_response.o
../../../build/jk2/apache2/jk_logger_file.o
../../../build/jk2/apache2/jk_logger_win32.o
../../../build/jk2/apache2/jk_map.o ../../../build/jk2/apache2/jk_md5.o
../../../build/jk2/apache2/jk_msg_ajp.o
../../../build/jk2/apache2/jk_mutex.o
../../../build/jk2/apache2/jk_mutex_proc.o
../../../build/jk2/apache2/jk_mutex_thread.o
../../../build/jk2/apache2/jk_nwmain.o
../../../build/jk2/apache2/jk_objCache.o
../../../build/jk2/apache2/jk_pool_apr.o
../../../build/jk2/apache2/jk_pool.o
../../../build/jk2/apache2/jk_registry.o
../../../build/jk2/apache2/jk_requtil.o ../../../build/jk2/apache2/jk_shm.o
../../../build/jk2/apache2/jk_signal.o
../../../build/jk2/apache2/jk_uriEnv.o
../../../build/jk2/apache2/jk_uriMap.o
../../../build/jk2/apache2/jk_user.o
../../../build/jk2/apache2/jk_vm_default.o
../../../build/jk2/apache2/jk_worker_ajp13.o
../../../build/jk2/apache2/jk_workerEnv.o
../../../build/jk2/apache2/jk_worker_jni.o
../../../build/jk2/apache2/jk_worker_lb.o
../../../build/jk2/apache2/jk_worker_run.o
../../../build/jk2/apache2/jk_worker_status.o
../../../build/jk2/apache2/jk_jni_aprImpl.o
../../../build/jk2/apache2/jk_logger_apache2.o
../../../build/jk2/apache2/jk_map_aprtable.o
../../../build/jk2/apache2/jk_service_apache2.o
../../../build/jk2/apache2/mod_jk2.o
ranlib ../../../build/jk2/apache2/.libs/mod_jk2.a
creating ../../../build/jk2/apache2/mod_jk2.la
(cd ../../../build/jk2/apache2/.libs && rm -f mod_jk2.la && ln -s
../mod_jk2.la mod_jk2.la)
/usr/local/apache2/build/libtool  --mode=install  cp
../../../build/jk2/apache2/mod_jk2.la `pwd`/../../../build/jk2/apache2
cp ../../../build/jk2/apache2/.libs/mod_jk2.lai
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.la
cp ../../../build/jk2/apache2/.libs/mod_jk2.a
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.a
ranlib
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.a
chmod 644
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.alibtool: install: warning: remember
to run `libtool --finish /usr/local/apache2/modules'
/usr/local/apache2/build/libtool  --mode=link
gcc -avoid-version -module -rpath /usr/local/apache2/modules     -o
../../../build/jk2/apache2/jkjni.la -L/usr/local/apache2/lib -lcrypt -lapr-0
../../../build/jk2/apache2/jk_jni_aprImpl.lo
../../../build/jk2/apache2/jk_channel_apr_socket.lo
../../../build/jk2/apache2/jk_channel.lo
../../../build/jk2/apache2/jk_channel_jni.lo
../../../build/jk2/apache2/jk_channel_socket.lo
../../../build/jk2/apache2/jk_channel_un.lo
../../../build/jk2/apache2/jk_config.lo
../../../build/jk2/apache2/jk_config_file.lo
../../../build/jk2/apache2/jk_endpoint.lo
../../../build/jk2/apache2/jk_env.lo
../../../build/jk2/apache2/jk_handler_logon.lo
../../../build/jk2/apache2/jk_handler_response.lo
../../../build/jk2/apache2/jk_logger_file.lo
../../../build/jk2/apache2/jk_logger_win32.lo
../../../build/jk2/apache2/jk_map.lo ../../../build/jk2/apache2/jk_md5.lo
../../../build/jk2/apache2/jk_msg_ajp.lo
../../../build/jk2/apache2/jk_mutex.lo
../../../build/jk2/apache2/jk_mutex_proc.lo
../../../build/jk2/apache2/jk_mutex_thread.lo
../../../build/jk2/apache2/jk_nwmain.lo
../../../build/jk2/apache2/jk_objCache.lo
../../../build/jk2/apache2/jk_pool_apr.lo
../../../build/jk2/apache2/jk_pool.lo
../../../build/jk2/apache2/jk_registry.lo
../../../build/jk2/apache2/jk_requtil.lo
../../../build/jk2/apache2/jk_shm.lo ../../../build/jk2/apache2/jk_signal.lo
../../../build/jk2/apache2/jk_uriEnv.lo
../../../build/jk2/apache2/jk_uriMap.lo
../../../build/jk2/apache2/jk_user.lo
../../../build/jk2/apache2/jk_vm_default.lo
../../../build/jk2/apache2/jk_worker_ajp13.lo
../../../build/jk2/apache2/jk_workerEnv.lo
../../../build/jk2/apache2/jk_worker_jni.lo
../../../build/jk2/apache2/jk_worker_lb.lo
../../../build/jk2/apache2/jk_worker_run.lo
../../../build/jk2/apache2/jk_worker_status.lo
rm -fr ../../../build/jk2/apache2/.libs/jkjni.la
../../../build/jk2/apache2/.libs/jkjni.*
../../../build/jk2/apache2/.libs/jkjni.*
ar cru ../../../build/jk2/apache2/.libs/jkjni.a
../../../build/jk2/apache2/jk_jni_aprImpl.o
../../../build/jk2/apache2/jk_channel_apr_socket.o
../../../build/jk2/apache2/jk_channel.o
../../../build/jk2/apache2/jk_channel_jni.o
../../../build/jk2/apache2/jk_channel_socket.o
../../../build/jk2/apache2/jk_channel_un.o
../../../build/jk2/apache2/jk_config.o
../../../build/jk2/apache2/jk_config_file.o
../../../build/jk2/apache2/jk_endpoint.o ../../../build/jk2/apache2/jk_env.o
../../../build/jk2/apache2/jk_handler_logon.o
../../../build/jk2/apache2/jk_handler_response.o
../../../build/jk2/apache2/jk_logger_file.o
../../../build/jk2/apache2/jk_logger_win32.o
../../../build/jk2/apache2/jk_map.o ../../../build/jk2/apache2/jk_md5.o
../../../build/jk2/apache2/jk_msg_ajp.o
../../../build/jk2/apache2/jk_mutex.o
../../../build/jk2/apache2/jk_mutex_proc.o
../../../build/jk2/apache2/jk_mutex_thread.o
../../../build/jk2/apache2/jk_nwmain.o
../../../build/jk2/apache2/jk_objCache.o
../../../build/jk2/apache2/jk_pool_apr.o
../../../build/jk2/apache2/jk_pool.o
../../../build/jk2/apache2/jk_registry.o
../../../build/jk2/apache2/jk_requtil.o ../../../build/jk2/apache2/jk_shm.o
../../../build/jk2/apache2/jk_signal.o
../../../build/jk2/apache2/jk_uriEnv.o
../../../build/jk2/apache2/jk_uriMap.o ../../../build/jk2/apache2/jk_user.o
../../../build/jk2/apache2/jk_vm_default.o
../../../build/jk2/apache2/jk_worker_ajp13.o
../../../build/jk2/apache2/jk_workerEnv.o
../../../build/jk2/apache2/jk_worker_jni.o
../../../build/jk2/apache2/jk_worker_lb.o
../../../build/jk2/apache2/jk_worker_run.o
../../../build/jk2/apache2/jk_worker_status.o
ranlib ../../../build/jk2/apache2/.libs/jkjni.a
creating ../../../build/jk2/apache2/jkjni.la
(cd ../../../build/jk2/apache2/.libs && rm -f jkjni.la && ln -s ../jkjni.la
jkjni.la)
/usr/local/apache2/build/libtool  --mode=install  cp
../../../build/jk2/apache2/jkjni.la `pwd`/../../../build/jk2/apache2
cp ../../../build/jk2/apache2/.libs/jkjni.lai
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.la
cp ../../../build/jk2/apache2/.libs/jkjni.a
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.a
ranlib
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.a
chmod 644
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.a
libtool: install: warning: remember to run `libtool --finish
/usr/local/apache2/modules'
make[1]: Leaving directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'
[root@Strider native2]#

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 11:22
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Afraid not, there's no .libs directory under /jk/native2/server/apache2/
(checked with 'ls -a')

I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
but that didnt work either. Still no .so created.

I ran:

'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
mod_jk2.so' and that found nothing either.

Thanks

-----Original Message-----
From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
Sent: 14 August 2003 11:14
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


>Well... it compiled. But the files I was expecting to come out didn't.
>
>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>not a mod_jk2.so ?

Of all places it is (probably) in:
jk/native2/server/apache2/.libs/mod_jk2.so


Is it something with apxs that puts it there?



>Do I just need to rename one of the files, or has the compile done
something
>wrong?
>
>Thanks,
>Stuart Stephen
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:46
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>directory and now have gone onto the make stage.
>
>However i'm still got an error :o(
>
>Turns out that this was simply because I had a space in a folder name lower
>down in the directory structure. I removed the space and the compile has
>worked straight off, excellent!
>
>Thanks Richard!
>
>Regards,
>Stuart
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:21
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>sure wether I have them or not.
>
>-----Original Message-----
>From: Richard Park [mailto:fire.logic@sympatico.ca]
>Sent: 13 August 2003 23:28
>To: Tomcat Users List
>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Stuart, I've currently got:
>
>------------------------------------------
>Apache 2.0.47
>Tomcat 5.0.7
>mod_jk2 from here:
>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom
c
>at-connectors-4.1.27-src.tar.gz
>------------------------------------------
>
>Instead of installing with Ant (which was giving me problems as well), I
>built mod_jk2 using './configure' from the
>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>
>------------------------------------------
>./configure --with-apxs2=/path/to/apxs
>./configure --with-apxs2=/usr/local/apache/bin/apxs
>
>*note: if there is no "configure" script in this directory, you must first
>run ./buildconf.sh
>------------------------------------------
>
>Once "configure" has finished creating a makefile, run "make". Once "make"
>is complete, go to:
>
>------------------------------------------
>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>------------------------------------------
>
>and you will find the two files that you need:
>
>------------------------------------------
>mod_jk2.so  >  copy into your apache "modules" directory
>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>------------------------------------------
>
>Now just make sure you have a "jk2.properties" file in your
>"$CATALINA_HOME/conf" directory, and manually create a
"workers2.properties"
>file in your apache "conf" directory, with the proper settings/values:
>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf
i
>gwebex.html
>
>Hope that helps!
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


--
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
I've included my JK2 build logs here. I'm no expert in these things, but
should the line in the configure read: "checking for suffix of object
files... so" - instead of "checking for suffix of object files... o"

If these is anything else that sticks out then please let me know.

Thanks,
Stuart Stephen

[root@Strider native2]# make clean
list=' server/apache2'; \
for i in $list; do \
        echo "Making $target in $i"; \
        if test "$i" != "."; then \
        (cd $i && make clean) || exit 1; \
fi; \
done;
Making  in server/apache2
make[1]: Entering directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'
rm -rf ../../../build/jk2/apache2/*.lo ../../../build/jk2/apache2/*.la
../../../build/jk2/apache2/*.o ../../../build/jk2/apache2/.libs
../../../build/jk2/apache2/*.so
make[1]: Leaving directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'



[root@Strider native2]# ./buildconf.sh
libtoolize --force --automake --copy
aclocal
automake --copy --add-missing
autoconf



[root@Strider native2]#
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apache2-lib=/usr
/local/apache2/lib/ --with-apache-include=/usr/local/apache2/include/ --with
-apache=/root/Apache/ --with-tomcat41=/root/Tomcat4.1/Tomcat/ --with-apr-inc
lude=/root/Apache/srclib/apr/include/
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for test... /usr/bin/test
checking for rm... /bin/rm
checking for grep... /bin/grep
checking for echo... /bin/echo
checking for sed... /bin/sed
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
no apxs given
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
building connector for "apache-2.0"
apache2_LIB
checking for tomcat33 location... not provided
checking for tomcat40 location... not provided
checking for tomcat41 location... /root/Tomcat4.1/Tomcat/
checking for JDK location (please wait)... /usr/java/j2sdk1.4.2 from
environment
checking Java platform... checking Java platform...
checking os_type directory...  linux
configure: creating ./config.status
config.status: creating Makefile
config.status: creating server/apache13/Makefile
config.status: creating server/apache13/Makefile.apxs
config.status: creating server/apache2/Makefile
config.status: creating server/apache2/Makefile.apxs
config.status: creating ../build.properties
config.status: creating scripts/build/unix/dummy
config.status: executing depfiles commands




[root@Strider native2]# make
list=' server/apache2'; \
for i in $list; do \
        echo "Making $target in $i"; \
        if test "$i" != "."; then \
        (cd $i && make) || exit 1; \
fi; \
done;
Making  in server/apache2
make[1]: Entering directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'
mkdir -p ../../../build/jk2/apache2
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_apr_socket.c -o
../../../build/jk2/apache2/jk_channel_apr_socket.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_apr_socket.c -o
../../../build/jk2/apache2/jk_channel_apr_socket.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_apr_socket.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel.c -o
../../../build/jk2/apache2/jk_channel.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel.c -o ../../../build/jk2/apache2/jk_channel.o
echo timestamp > ../../../build/jk2/apache2/jk_channel.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_jni.c -o
../../../build/jk2/apache2/jk_channel_jni.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_jni.c -o
../../../build/jk2/apache2/jk_channel_jni.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_jni.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_socket.c -o
../../../build/jk2/apache2/jk_channel_socket.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_socket.c -o
../../../build/jk2/apache2/jk_channel_socket.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_socket.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_channel_un.c -o
../../../build/jk2/apache2/jk_channel_un.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_channel_un.c -o
../../../build/jk2/apache2/jk_channel_un.o
echo timestamp > ../../../build/jk2/apache2/jk_channel_un.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_config.c -o ../../../build/jk2/apache2/jk_config.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_config.c -o ../../../build/jk2/apache2/jk_config.o
echo timestamp > ../../../build/jk2/apache2/jk_config.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_config_file.c -o
../../../build/jk2/apache2/jk_config_file.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_config_file.c -o
../../../build/jk2/apache2/jk_config_file.o
echo timestamp > ../../../build/jk2/apache2/jk_config_file.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_endpoint.c -o
../../../build/jk2/apache2/jk_endpoint.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_endpoint.c -o
../../../build/jk2/apache2/jk_endpoint.o
echo timestamp > ../../../build/jk2/apache2/jk_endpoint.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_env.c -o ../../../build/jk2/apache2/jk_env.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_env.c -o ../../../build/jk2/apache2/jk_env.o
echo timestamp > ../../../build/jk2/apache2/jk_env.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_handler_logon.c -o
../../../build/jk2/apache2/jk_handler_logon.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_handler_logon.c -o
../../../build/jk2/apache2/jk_handler_logon.o
echo timestamp > ../../../build/jk2/apache2/jk_handler_logon.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_handler_response.c -o
../../../build/jk2/apache2/jk_handler_response.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_handler_response.c -o
../../../build/jk2/apache2/jk_handler_response.o
echo timestamp > ../../../build/jk2/apache2/jk_handler_response.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_logger_file.c -o
../../../build/jk2/apache2/jk_logger_file.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_logger_file.c -o
../../../build/jk2/apache2/jk_logger_file.o
echo timestamp > ../../../build/jk2/apache2/jk_logger_file.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_logger_win32.c -o
../../../build/jk2/apache2/jk_logger_win32.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_logger_win32.c -o
../../../build/jk2/apache2/jk_logger_win32.o
echo timestamp > ../../../build/jk2/apache2/jk_logger_win32.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_map.c -o ../../../build/jk2/apache2/jk_map.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_map.c -o ../../../build/jk2/apache2/jk_map.o
echo timestamp > ../../../build/jk2/apache2/jk_map.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_md5.c -o ../../../build/jk2/apache2/jk_md5.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_md5.c -o ../../../build/jk2/apache2/jk_md5.o
echo timestamp > ../../../build/jk2/apache2/jk_md5.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_msg_ajp.c -o
../../../build/jk2/apache2/jk_msg_ajp.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_msg_ajp.c -o ../../../build/jk2/apache2/jk_msg_ajp.o
echo timestamp > ../../../build/jk2/apache2/jk_msg_ajp.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_mutex.c -o ../../../build/jk2/apache2/jk_mutex.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_mutex.c -o ../../../build/jk2/apache2/jk_mutex.o
echo timestamp > ../../../build/jk2/apache2/jk_mutex.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_mutex_proc.c -o
../../../build/jk2/apache2/jk_mutex_proc.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_mutex_proc.c -o
../../../build/jk2/apache2/jk_mutex_proc.o
echo timestamp > ../../../build/jk2/apache2/jk_mutex_proc.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_mutex_thread.c -o
../../../build/jk2/apache2/jk_mutex_thread.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_mutex_thread.c -o
../../../build/jk2/apache2/jk_mutex_thread.o
echo timestamp > ../../../build/jk2/apache2/jk_mutex_thread.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_nwmain.c -o ../../../build/jk2/apache2/jk_nwmain.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_nwmain.c -o ../../../build/jk2/apache2/jk_nwmain.o
echo timestamp > ../../../build/jk2/apache2/jk_nwmain.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_objCache.c -o
../../../build/jk2/apache2/jk_objCache.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_objCache.c -o
../../../build/jk2/apache2/jk_objCache.o
echo timestamp > ../../../build/jk2/apache2/jk_objCache.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_pool_apr.c -o
../../../build/jk2/apache2/jk_pool_apr.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_pool_apr.c -o
../../../build/jk2/apache2/jk_pool_apr.o
echo timestamp > ../../../build/jk2/apache2/jk_pool_apr.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_pool.c -o ../../../build/jk2/apache2/jk_pool.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_pool.c -o ../../../build/jk2/apache2/jk_pool.o
echo timestamp > ../../../build/jk2/apache2/jk_pool.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_registry.c -o
../../../build/jk2/apache2/jk_registry.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_registry.c -o
../../../build/jk2/apache2/jk_registry.o
echo timestamp > ../../../build/jk2/apache2/jk_registry.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_requtil.c -o
../../../build/jk2/apache2/jk_requtil.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_requtil.c -o ../../../build/jk2/apache2/jk_requtil.o
echo timestamp > ../../../build/jk2/apache2/jk_requtil.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_shm.c -o ../../../build/jk2/apache2/jk_shm.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_shm.c -o ../../../build/jk2/apache2/jk_shm.o
echo timestamp > ../../../build/jk2/apache2/jk_shm.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_signal.c -o ../../../build/jk2/apache2/jk_signal.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_signal.c -o ../../../build/jk2/apache2/jk_signal.o
echo timestamp > ../../../build/jk2/apache2/jk_signal.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_uriEnv.c -o ../../../build/jk2/apache2/jk_uriEnv.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_uriEnv.c -o ../../../build/jk2/apache2/jk_uriEnv.o
echo timestamp > ../../../build/jk2/apache2/jk_uriEnv.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_uriMap.c -o ../../../build/jk2/apache2/jk_uriMap.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_uriMap.c -o ../../../build/jk2/apache2/jk_uriMap.o
echo timestamp > ../../../build/jk2/apache2/jk_uriMap.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_user.c -o ../../../build/jk2/apache2/jk_user.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_user.c -o ../../../build/jk2/apache2/jk_user.o
echo timestamp > ../../../build/jk2/apache2/jk_user.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_vm_default.c -o
../../../build/jk2/apache2/jk_vm_default.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_vm_default.c -o
../../../build/jk2/apache2/jk_vm_default.o
../../common/jk_vm_default.c:449:77: warning: backslash and newline
separated by space
echo timestamp > ../../../build/jk2/apache2/jk_vm_default.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_ajp13.c -o
../../../build/jk2/apache2/jk_worker_ajp13.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_ajp13.c -o
../../../build/jk2/apache2/jk_worker_ajp13.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_ajp13.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_workerEnv.c -o
../../../build/jk2/apache2/jk_workerEnv.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_workerEnv.c -o
../../../build/jk2/apache2/jk_workerEnv.o
echo timestamp > ../../../build/jk2/apache2/jk_workerEnv.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_jni.c -o
../../../build/jk2/apache2/jk_worker_jni.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_jni.c -o
../../../build/jk2/apache2/jk_worker_jni.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_jni.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_lb.c -o
../../../build/jk2/apache2/jk_worker_lb.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_lb.c -o
../../../build/jk2/apache2/jk_worker_lb.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_lb.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_run.c -o
../../../build/jk2/apache2/jk_worker_run.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_run.c -o
../../../build/jk2/apache2/jk_worker_run.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_run.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../common/jk_worker_status.c -o
../../../build/jk2/apache2/jk_worker_status.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../common/jk_worker_status.c -o
../../../build/jk2/apache2/jk_worker_status.o
echo timestamp > ../../../build/jk2/apache2/jk_worker_status.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../jni/jk_jni_aprImpl.c -o
../../../build/jk2/apache2/jk_jni_aprImpl.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../jni/jk_jni_aprImpl.c -o
../../../build/jk2/apache2/jk_jni_aprImpl.o
echo timestamp > ../../../build/jk2/apache2/jk_jni_aprImpl.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/jk_logger_apache2.c -o
../../../build/jk2/apache2/jk_logger_apache2.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/jk_logger_apache2.c -o
../../../build/jk2/apache2/jk_logger_apache2.o
echo timestamp > ../../../build/jk2/apache2/jk_logger_apache2.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/jk_map_aprtable.c -o
../../../build/jk2/apache2/jk_map_aprtable.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/jk_map_aprtable.c -o
../../../build/jk2/apache2/jk_map_aprtable.o
echo timestamp > ../../../build/jk2/apache2/jk_map_aprtable.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/jk_service_apache2.c -o
../../../build/jk2/apache2/jk_service_apache2.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/jk_service_apache2.c -o
../../../build/jk2/apache2/jk_service_apache2.o
echo timestamp > ../../../build/jk2/apache2/jk_service_apache2.lo
/usr/local/apache2/build/libtool  --mode=compile
  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURC
E -D_SVID_SOURCE -D_GNU_SOURCE   -I../../include -I/usr/local/apache2/includ
e -I/root/Apache/srclib/apr/include/ -DHAS_APR  -I
/usr/java/j2sdk1.4.2/include -I
usr/java/j2sdk1.4.2/include/linux  -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR   -c ../../server/apache2/mod_jk2.c -o
../../../build/jk2/apache2/mod_jk2.lo
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
 -D_SVID_SOURCE -D_GNU_SOURCE -I../../include -I/usr/local/apache2/include -
I/root/Apache/srclib/apr/include/ -DHAS_APR -I
/usr/java/j2sdk1.4.2/include -I
/usr/java/j2sdk1.4.2/include/linux -DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHAS_
APR -c ../../server/apache2/mod_jk2.c -o
../../../build/jk2/apache2/mod_jk2.o
echo timestamp > ../../../build/jk2/apache2/mod_jk2.lo
/usr/local/apache2/build/libtool  --mode=link
gcc -avoid-version -module -rpath /usr/local/apache2/modules     -o
../../../build/jk2/apache2/mod_jk2.la
../../../build/jk2/apache2/jk_channel_apr_socket.lo
../../../build/jk2/apache2/jk_channel.lo
../../../build/jk2/apache2/jk_channel_jni.lo
../../../build/jk2/apache2/jk_channel_socket.lo
../../../build/jk2/apache2/jk_channel_un.lo
../../../build/jk2/apache2/jk_config.lo
../../../build/jk2/apache2/jk_config_file.lo
../../../build/jk2/apache2/jk_endpoint.lo
../../../build/jk2/apache2/jk_env.lo
../../../build/jk2/apache2/jk_handler_logon.lo
../../../build/jk2/apache2/jk_handler_response.lo
../../../build/jk2/apache2/jk_logger_file.lo
../../../build/jk2/apache2/jk_logger_win32.lo
../../../build/jk2/apache2/jk_map.lo ../../../build/jk2/apache2/jk_md5.lo
../../../build/jk2/apache2/jk_msg_ajp.lo
../../../build/jk2/apache2/jk_mutex.lo
../../../build/jk2/apache2/jk_mutex_proc.lo
../../../build/jk2/apache2/jk_mutex_thread.lo
../../../build/jk2/apache2/jk_nwmain.lo
../../../build/jk2/apache2/jk_objCache.lo
../../../build/jk2/apache2/jk_pool_apr.lo
../../../build/jk2/apache2/jk_pool.lo
../../../build/jk2/apache2/jk_registry.lo
../../../build/jk2/apache2/jk_requtil.lo
../../../build/jk2/apache2/jk_shm.lo ../../../build/jk2/apache2/jk_signal.lo
../../../build/jk2/apache2/jk_uriEnv.lo
../../../build/jk2/apache2/jk_uriMap.lo
../../../build/jk2/apache2/jk_user.lo
../../../build/jk2/apache2/jk_vm_default.lo
../../../build/jk2/apache2/jk_worker_ajp13.lo
../../../build/jk2/apache2/jk_workerEnv.lo
../../../build/jk2/apache2/jk_worker_jni.lo
../../../build/jk2/apache2/jk_worker_lb.lo
../../../build/jk2/apache2/jk_worker_run.lo
../../../build/jk2/apache2/jk_worker_status.lo
../../../build/jk2/apache2/jk_jni_aprImpl.lo
../../../build/jk2/apache2/jk_logger_apache2.lo
../../../build/jk2/apache2/jk_map_aprtable.lo
../../../build/jk2/apache2/jk_service_apache2.lo
../../../build/jk2/apache2/mod_jk2.lo
mkdir ../../../build/jk2/apache2/.libs
rm -fr ../../../build/jk2/apache2/.libs/mod_jk2.la
../../../build/jk2/apache2/.libs/mod_jk2.*
../../../build/jk2/apache2/.libs/mod_jk2.*
ar cru ../../../build/jk2/apache2/.libs/mod_jk2.a
../../../build/jk2/apache2/jk_channel_apr_socket.o
../../../build/jk2/apache2/jk_channel.o
../../../build/jk2/apache2/jk_channel_jni.o
../../../build/jk2/apache2/jk_channel_socket.o
../../../build/jk2/apache2/jk_channel_un.o
../../../build/jk2/apache2/jk_config.o
../../../build/jk2/apache2/jk_config_file.o
../../../build/jk2/apache2/jk_endpoint.o ../../../build/jk2/apache2/jk_env.o
../../../build/jk2/apache2/jk_handler_logon.o
../../../build/jk2/apache2/jk_handler_response.o
../../../build/jk2/apache2/jk_logger_file.o
../../../build/jk2/apache2/jk_logger_win32.o
../../../build/jk2/apache2/jk_map.o ../../../build/jk2/apache2/jk_md5.o
../../../build/jk2/apache2/jk_msg_ajp.o
../../../build/jk2/apache2/jk_mutex.o
../../../build/jk2/apache2/jk_mutex_proc.o
../../../build/jk2/apache2/jk_mutex_thread.o
../../../build/jk2/apache2/jk_nwmain.o
../../../build/jk2/apache2/jk_objCache.o
../../../build/jk2/apache2/jk_pool_apr.o
../../../build/jk2/apache2/jk_pool.o
../../../build/jk2/apache2/jk_registry.o
../../../build/jk2/apache2/jk_requtil.o ../../../build/jk2/apache2/jk_shm.o
../../../build/jk2/apache2/jk_signal.o
../../../build/jk2/apache2/jk_uriEnv.o
../../../build/jk2/apache2/jk_uriMap.o
../../../build/jk2/apache2/jk_user.o
../../../build/jk2/apache2/jk_vm_default.o
../../../build/jk2/apache2/jk_worker_ajp13.o
../../../build/jk2/apache2/jk_workerEnv.o
../../../build/jk2/apache2/jk_worker_jni.o
../../../build/jk2/apache2/jk_worker_lb.o
../../../build/jk2/apache2/jk_worker_run.o
../../../build/jk2/apache2/jk_worker_status.o
../../../build/jk2/apache2/jk_jni_aprImpl.o
../../../build/jk2/apache2/jk_logger_apache2.o
../../../build/jk2/apache2/jk_map_aprtable.o
../../../build/jk2/apache2/jk_service_apache2.o
../../../build/jk2/apache2/mod_jk2.o
ranlib ../../../build/jk2/apache2/.libs/mod_jk2.a
creating ../../../build/jk2/apache2/mod_jk2.la
(cd ../../../build/jk2/apache2/.libs && rm -f mod_jk2.la && ln -s
../mod_jk2.la mod_jk2.la)
/usr/local/apache2/build/libtool  --mode=install  cp
../../../build/jk2/apache2/mod_jk2.la `pwd`/../../../build/jk2/apache2
cp ../../../build/jk2/apache2/.libs/mod_jk2.lai
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.la
cp ../../../build/jk2/apache2/.libs/mod_jk2.a
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.a
ranlib
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.a
chmod 644
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/mod_jk2.alibtool: install: warning: remember
to run `libtool --finish /usr/local/apache2/modules'
/usr/local/apache2/build/libtool  --mode=link
gcc -avoid-version -module -rpath /usr/local/apache2/modules     -o
../../../build/jk2/apache2/jkjni.la -L/usr/local/apache2/lib -lcrypt -lapr-0
../../../build/jk2/apache2/jk_jni_aprImpl.lo
../../../build/jk2/apache2/jk_channel_apr_socket.lo
../../../build/jk2/apache2/jk_channel.lo
../../../build/jk2/apache2/jk_channel_jni.lo
../../../build/jk2/apache2/jk_channel_socket.lo
../../../build/jk2/apache2/jk_channel_un.lo
../../../build/jk2/apache2/jk_config.lo
../../../build/jk2/apache2/jk_config_file.lo
../../../build/jk2/apache2/jk_endpoint.lo
../../../build/jk2/apache2/jk_env.lo
../../../build/jk2/apache2/jk_handler_logon.lo
../../../build/jk2/apache2/jk_handler_response.lo
../../../build/jk2/apache2/jk_logger_file.lo
../../../build/jk2/apache2/jk_logger_win32.lo
../../../build/jk2/apache2/jk_map.lo ../../../build/jk2/apache2/jk_md5.lo
../../../build/jk2/apache2/jk_msg_ajp.lo
../../../build/jk2/apache2/jk_mutex.lo
../../../build/jk2/apache2/jk_mutex_proc.lo
../../../build/jk2/apache2/jk_mutex_thread.lo
../../../build/jk2/apache2/jk_nwmain.lo
../../../build/jk2/apache2/jk_objCache.lo
../../../build/jk2/apache2/jk_pool_apr.lo
../../../build/jk2/apache2/jk_pool.lo
../../../build/jk2/apache2/jk_registry.lo
../../../build/jk2/apache2/jk_requtil.lo
../../../build/jk2/apache2/jk_shm.lo ../../../build/jk2/apache2/jk_signal.lo
../../../build/jk2/apache2/jk_uriEnv.lo
../../../build/jk2/apache2/jk_uriMap.lo
../../../build/jk2/apache2/jk_user.lo
../../../build/jk2/apache2/jk_vm_default.lo
../../../build/jk2/apache2/jk_worker_ajp13.lo
../../../build/jk2/apache2/jk_workerEnv.lo
../../../build/jk2/apache2/jk_worker_jni.lo
../../../build/jk2/apache2/jk_worker_lb.lo
../../../build/jk2/apache2/jk_worker_run.lo
../../../build/jk2/apache2/jk_worker_status.lo
rm -fr ../../../build/jk2/apache2/.libs/jkjni.la
../../../build/jk2/apache2/.libs/jkjni.*
../../../build/jk2/apache2/.libs/jkjni.*
ar cru ../../../build/jk2/apache2/.libs/jkjni.a
../../../build/jk2/apache2/jk_jni_aprImpl.o
../../../build/jk2/apache2/jk_channel_apr_socket.o
../../../build/jk2/apache2/jk_channel.o
../../../build/jk2/apache2/jk_channel_jni.o
../../../build/jk2/apache2/jk_channel_socket.o
../../../build/jk2/apache2/jk_channel_un.o
../../../build/jk2/apache2/jk_config.o
../../../build/jk2/apache2/jk_config_file.o
../../../build/jk2/apache2/jk_endpoint.o ../../../build/jk2/apache2/jk_env.o
../../../build/jk2/apache2/jk_handler_logon.o
../../../build/jk2/apache2/jk_handler_response.o
../../../build/jk2/apache2/jk_logger_file.o
../../../build/jk2/apache2/jk_logger_win32.o
../../../build/jk2/apache2/jk_map.o ../../../build/jk2/apache2/jk_md5.o
../../../build/jk2/apache2/jk_msg_ajp.o
../../../build/jk2/apache2/jk_mutex.o
../../../build/jk2/apache2/jk_mutex_proc.o
../../../build/jk2/apache2/jk_mutex_thread.o
../../../build/jk2/apache2/jk_nwmain.o
../../../build/jk2/apache2/jk_objCache.o
../../../build/jk2/apache2/jk_pool_apr.o
../../../build/jk2/apache2/jk_pool.o
../../../build/jk2/apache2/jk_registry.o
../../../build/jk2/apache2/jk_requtil.o ../../../build/jk2/apache2/jk_shm.o
../../../build/jk2/apache2/jk_signal.o
../../../build/jk2/apache2/jk_uriEnv.o
../../../build/jk2/apache2/jk_uriMap.o ../../../build/jk2/apache2/jk_user.o
../../../build/jk2/apache2/jk_vm_default.o
../../../build/jk2/apache2/jk_worker_ajp13.o
../../../build/jk2/apache2/jk_workerEnv.o
../../../build/jk2/apache2/jk_worker_jni.o
../../../build/jk2/apache2/jk_worker_lb.o
../../../build/jk2/apache2/jk_worker_run.o
../../../build/jk2/apache2/jk_worker_status.o
ranlib ../../../build/jk2/apache2/.libs/jkjni.a
creating ../../../build/jk2/apache2/jkjni.la
(cd ../../../build/jk2/apache2/.libs && rm -f jkjni.la && ln -s ../jkjni.la
jkjni.la)
/usr/local/apache2/build/libtool  --mode=install  cp
../../../build/jk2/apache2/jkjni.la `pwd`/../../../build/jk2/apache2
cp ../../../build/jk2/apache2/.libs/jkjni.lai
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.la
cp ../../../build/jk2/apache2/.libs/jkjni.a
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.a
ranlib
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.a
chmod 644
/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apach
e2/../../../build/jk2/apache2/jkjni.a
libtool: install: warning: remember to run `libtool --finish
/usr/local/apache2/modules'
make[1]: Leaving directory
`/root/Tomcat4.1/jakarta-tomcat-connectors-4.1.27-src/jk/native2/server/apac
he2'
[root@Strider native2]#

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 11:22
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Afraid not, there's no .libs directory under /jk/native2/server/apache2/
(checked with 'ls -a')

I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
but that didnt work either. Still no .so created.

I ran:

'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
mod_jk2.so' and that found nothing either.

Thanks

-----Original Message-----
From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
Sent: 14 August 2003 11:14
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


>Well... it compiled. But the files I was expecting to come out didn't.
>
>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>not a mod_jk2.so ?

Of all places it is (probably) in:
jk/native2/server/apache2/.libs/mod_jk2.so


Is it something with apxs that puts it there?



>Do I just need to rename one of the files, or has the compile done
something
>wrong?
>
>Thanks,
>Stuart Stephen
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:46
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>directory and now have gone onto the make stage.
>
>However i'm still got an error :o(
>
>Turns out that this was simply because I had a space in a folder name lower
>down in the directory structure. I removed the space and the compile has
>worked straight off, excellent!
>
>Thanks Richard!
>
>Regards,
>Stuart
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:21
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>sure wether I have them or not.
>
>-----Original Message-----
>From: Richard Park [mailto:fire.logic@sympatico.ca]
>Sent: 13 August 2003 23:28
>To: Tomcat Users List
>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Stuart, I've currently got:
>
>------------------------------------------
>Apache 2.0.47
>Tomcat 5.0.7
>mod_jk2 from here:
>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom
c
>at-connectors-4.1.27-src.tar.gz
>------------------------------------------
>
>Instead of installing with Ant (which was giving me problems as well), I
>built mod_jk2 using './configure' from the
>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>
>------------------------------------------
>./configure --with-apxs2=/path/to/apxs
>./configure --with-apxs2=/usr/local/apache/bin/apxs
>
>*note: if there is no "configure" script in this directory, you must first
>run ./buildconf.sh
>------------------------------------------
>
>Once "configure" has finished creating a makefile, run "make". Once "make"
>is complete, go to:
>
>------------------------------------------
>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>------------------------------------------
>
>and you will find the two files that you need:
>
>------------------------------------------
>mod_jk2.so  >  copy into your apache "modules" directory
>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>------------------------------------------
>
>Now just make sure you have a "jk2.properties" file in your
>"$CATALINA_HOME/conf" directory, and manually create a
"workers2.properties"
>file in your apache "conf" directory, with the proper settings/values:
>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf
i
>gwebex.html
>
>Hope that helps!
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


--
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Afraid not, there's no .libs directory under /jk/native2/server/apache2/
(checked with 'ls -a')

I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
but that didnt work either. Still no .so created.

I ran:

'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
mod_jk2.so' and that found nothing either.

Thanks

-----Original Message-----
From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
Sent: 14 August 2003 11:14
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


>Well... it compiled. But the files I was expecting to come out didn't.
>
>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>not a mod_jk2.so ?

Of all places it is (probably) in:
jk/native2/server/apache2/.libs/mod_jk2.so


Is it something with apxs that puts it there?



>Do I just need to rename one of the files, or has the compile done
something
>wrong?
>
>Thanks,
>Stuart Stephen
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:46
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>directory and now have gone onto the make stage.
>
>However i'm still got an error :o(
>
>Turns out that this was simply because I had a space in a folder name lower
>down in the directory structure. I removed the space and the compile has
>worked straight off, excellent!
>
>Thanks Richard!
>
>Regards,
>Stuart
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:21
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>sure wether I have them or not.
>
>-----Original Message-----
>From: Richard Park [mailto:fire.logic@sympatico.ca]
>Sent: 13 August 2003 23:28
>To: Tomcat Users List
>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Stuart, I've currently got:
>
>------------------------------------------
>Apache 2.0.47
>Tomcat 5.0.7
>mod_jk2 from here:
>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom
c
>at-connectors-4.1.27-src.tar.gz
>------------------------------------------
>
>Instead of installing with Ant (which was giving me problems as well), I
>built mod_jk2 using './configure' from the
>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>
>------------------------------------------
>./configure --with-apxs2=/path/to/apxs
>./configure --with-apxs2=/usr/local/apache/bin/apxs
>
>*note: if there is no "configure" script in this directory, you must first
>run ./buildconf.sh
>------------------------------------------
>
>Once "configure" has finished creating a makefile, run "make". Once "make"
>is complete, go to:
>
>------------------------------------------
>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>------------------------------------------
>
>and you will find the two files that you need:
>
>------------------------------------------
>mod_jk2.so  >  copy into your apache "modules" directory
>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>------------------------------------------
>
>Now just make sure you have a "jk2.properties" file in your
>"$CATALINA_HOME/conf" directory, and manually create a
"workers2.properties"
>file in your apache "conf" directory, with the proper settings/values:
>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf
i
>gwebex.html
>
>Hope that helps!
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


--
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Afraid not, there's no .libs directory under /jk/native2/server/apache2/
(checked with 'ls -a')

I think its compiling wrong, not sure why. Tried doing --enabled-shared=max
but that didnt work either. Still no .so created.

I ran:

'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name
mod_jk2.so' and that found nothing either.

Thanks

-----Original Message-----
From: Jørgen Nørgaard [mailto:jnp@smarttv.dk]
Sent: 14 August 2003 11:14
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


>Well... it compiled. But the files I was expecting to come out didn't.
>
>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>not a mod_jk2.so ?

Of all places it is (probably) in:
jk/native2/server/apache2/.libs/mod_jk2.so


Is it something with apxs that puts it there?



>Do I just need to rename one of the files, or has the compile done
something
>wrong?
>
>Thanks,
>Stuart Stephen
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:46
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>directory and now have gone onto the make stage.
>
>However i'm still got an error :o(
>
>Turns out that this was simply because I had a space in a folder name lower
>down in the directory structure. I removed the space and the compile has
>worked straight off, excellent!
>
>Thanks Richard!
>
>Regards,
>Stuart
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:21
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>sure wether I have them or not.
>
>-----Original Message-----
>From: Richard Park [mailto:fire.logic@sympatico.ca]
>Sent: 13 August 2003 23:28
>To: Tomcat Users List
>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Stuart, I've currently got:
>
>------------------------------------------
>Apache 2.0.47
>Tomcat 5.0.7
>mod_jk2 from here:
>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom
c
>at-connectors-4.1.27-src.tar.gz
>------------------------------------------
>
>Instead of installing with Ant (which was giving me problems as well), I
>built mod_jk2 using './configure' from the
>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>
>------------------------------------------
>./configure --with-apxs2=/path/to/apxs
>./configure --with-apxs2=/usr/local/apache/bin/apxs
>
>*note: if there is no "configure" script in this directory, you must first
>run ./buildconf.sh
>------------------------------------------
>
>Once "configure" has finished creating a makefile, run "make". Once "make"
>is complete, go to:
>
>------------------------------------------
>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>------------------------------------------
>
>and you will find the two files that you need:
>
>------------------------------------------
>mod_jk2.so  >  copy into your apache "modules" directory
>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>------------------------------------------
>
>Now just make sure you have a "jk2.properties" file in your
>"$CATALINA_HOME/conf" directory, and manually create a
"workers2.properties"
>file in your apache "conf" directory, with the proper settings/values:
>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf
i
>gwebex.html
>
>Hope that helps!
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


--
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Jørgen Nørgaard <jn...@smarttv.dk>.
>Well... it compiled. But the files I was expecting to come out didn't.
>
>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>not a mod_jk2.so ?

Of all places it is (probably) in:
jk/native2/server/apache2/.libs/mod_jk2.so


Is it something with apxs that puts it there?



>Do I just need to rename one of the files, or has the compile done something
>wrong?
>
>Thanks,
>Stuart Stephen
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:46
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>directory and now have gone onto the make stage.
>
>However i'm still got an error :o(
>
>Turns out that this was simply because I had a space in a folder name lower
>down in the directory structure. I removed the space and the compile has
>worked straight off, excellent!
>
>Thanks Richard!
>
>Regards,
>Stuart
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:21
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>sure wether I have them or not.
>
>-----Original Message-----
>From: Richard Park [mailto:fire.logic@sympatico.ca]
>Sent: 13 August 2003 23:28
>To: Tomcat Users List
>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Stuart, I've currently got:
>
>------------------------------------------
>Apache 2.0.47
>Tomcat 5.0.7
>mod_jk2 from here:
>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
>at-connectors-4.1.27-src.tar.gz
>------------------------------------------
>
>Instead of installing with Ant (which was giving me problems as well), I
>built mod_jk2 using './configure' from the
>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>
>------------------------------------------
>./configure --with-apxs2=/path/to/apxs
>./configure --with-apxs2=/usr/local/apache/bin/apxs
>
>*note: if there is no "configure" script in this directory, you must first
>run ./buildconf.sh
>------------------------------------------
>
>Once "configure" has finished creating a makefile, run "make". Once "make"
>is complete, go to:
>
>------------------------------------------
>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>------------------------------------------
>
>and you will find the two files that you need:
>
>------------------------------------------
>mod_jk2.so  >  copy into your apache "modules" directory
>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>------------------------------------------
>
>Now just make sure you have a "jk2.properties" file in your
>"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
>file in your apache "conf" directory, with the proper settings/values:
>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
>gwebex.html
>
>Hope that helps!
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


-- 
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Jørgen Nørgaard <jn...@smarttv.dk>.
>Well... it compiled. But the files I was expecting to come out didn't.
>
>I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
>not a mod_jk2.so ?

Of all places it is (probably) in:
jk/native2/server/apache2/.libs/mod_jk2.so


Is it something with apxs that puts it there?



>Do I just need to rename one of the files, or has the compile done something
>wrong?
>
>Thanks,
>Stuart Stephen
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:46
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
>directory and now have gone onto the make stage.
>
>However i'm still got an error :o(
>
>Turns out that this was simply because I had a space in a folder name lower
>down in the directory structure. I removed the space and the compile has
>worked straight off, excellent!
>
>Thanks Richard!
>
>Regards,
>Stuart
>
>-----Original Message-----
>From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
>Sent: 14 August 2003 09:21
>To: Tomcat Users List
>Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Ok, one last question.. where might I obtain or find the apxs2's? I'm not
>sure wether I have them or not.
>
>-----Original Message-----
>From: Richard Park [mailto:fire.logic@sympatico.ca]
>Sent: 13 August 2003 23:28
>To: Tomcat Users List
>Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47
>
>
>Stuart, I've currently got:
>
>------------------------------------------
>Apache 2.0.47
>Tomcat 5.0.7
>mod_jk2 from here:
>http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
>at-connectors-4.1.27-src.tar.gz
>------------------------------------------
>
>Instead of installing with Ant (which was giving me problems as well), I
>built mod_jk2 using './configure' from the
>"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:
>
>------------------------------------------
>./configure --with-apxs2=/path/to/apxs
>./configure --with-apxs2=/usr/local/apache/bin/apxs
>
>*note: if there is no "configure" script in this directory, you must first
>run ./buildconf.sh
>------------------------------------------
>
>Once "configure" has finished creating a makefile, run "make". Once "make"
>is complete, go to:
>
>------------------------------------------
>jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
>------------------------------------------
>
>and you will find the two files that you need:
>
>------------------------------------------
>mod_jk2.so  >  copy into your apache "modules" directory
>jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
>------------------------------------------
>
>Now just make sure you have a "jk2.properties" file in your
>"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
>file in your apache "conf" directory, with the proper settings/values:
>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
>gwebex.html
>
>Hope that helps!
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


-- 
/jørgen nørgaard
SmartTV A/S
jnp@smarttv.dk
Phone: +45 3332 5770
http://smarttv.dk/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Well... it compiled. But the files I was expecting to come out didn't.

I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
not a mod_jk2.so ?

Do I just need to rename one of the files, or has the compile done something
wrong?

Thanks,
Stuart Stephen

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 09:46
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
directory and now have gone onto the make stage.

However i'm still got an error :o(

Turns out that this was simply because I had a space in a folder name lower
down in the directory structure. I removed the space and the compile has
worked straight off, excellent!

Thanks Richard!

Regards,
Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 09:21
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Ok, one last question.. where might I obtain or find the apxs2's? I'm not
sure wether I have them or not.

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 13 August 2003 23:28
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
at-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I
built mod_jk2 using './configure' from the
"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first
run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make"
is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your
"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
gwebex.html

Hope that helps!




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Well... it compiled. But the files I was expecting to come out didn't.

I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but
not a mod_jk2.so ?

Do I just need to rename one of the files, or has the compile done something
wrong?

Thanks,
Stuart Stephen

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 09:46
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
directory and now have gone onto the make stage.

However i'm still got an error :o(

Turns out that this was simply because I had a space in a folder name lower
down in the directory structure. I removed the space and the compile has
worked straight off, excellent!

Thanks Richard!

Regards,
Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 09:21
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Ok, one last question.. where might I obtain or find the apxs2's? I'm not
sure wether I have them or not.

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 13 August 2003 23:28
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
at-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I
built mod_jk2 using './configure' from the
"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first
run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make"
is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your
"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
gwebex.html

Hope that helps!




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
directory and now have gone onto the make stage.

However i'm still got an error :o(

Turns out that this was simply because I had a space in a folder name lower
down in the directory structure. I removed the space and the compile has
worked straight off, excellent!

Thanks Richard!

Regards,
Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 09:21
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Ok, one last question.. where might I obtain or find the apxs2's? I'm not
sure wether I have them or not.

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 13 August 2003 23:28
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
at-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I
built mod_jk2 using './configure' from the
"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first
run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make"
is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your
"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
gwebex.html

Hope that helps!




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin
directory and now have gone onto the make stage.

However i'm still got an error :o(

Turns out that this was simply because I had a space in a folder name lower
down in the directory structure. I removed the space and the compile has
worked straight off, excellent!

Thanks Richard!

Regards,
Stuart

-----Original Message-----
From: Stuart Stephen [mailto:stuart.stephen@talkics.com]
Sent: 14 August 2003 09:21
To: Tomcat Users List
Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Ok, one last question.. where might I obtain or find the apxs2's? I'm not
sure wether I have them or not.

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 13 August 2003 23:28
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
at-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I
built mod_jk2 using './configure' from the
"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first
run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make"
is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your
"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
gwebex.html

Hope that helps!




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Ok, one last question.. where might I obtain or find the apxs2's? I'm not
sure wether I have them or not.

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 13 August 2003 23:28
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
at-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I
built mod_jk2 using './configure' from the
"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first
run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make"
is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your
"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
gwebex.html

Hope that helps!




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Stuart Stephen <st...@talkics.com>.
Ok, one last question.. where might I obtain or find the apxs2's? I'm not
sure wether I have them or not.

-----Original Message-----
From: Richard Park [mailto:fire.logic@sympatico.ca]
Sent: 13 August 2003 23:28
To: Tomcat Users List
Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47


Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here:
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomc
at-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I
built mod_jk2 using './configure' from the
"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first
run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make"
is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your
"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties"
file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi
gwebex.html

Hope that helps!




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here: 
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomcat-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I built mod_jk2 using './configure' from the "jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make" is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your "$CATALINA_HOME/conf" directory, and manually create a "workers2.properties" file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/configwebex.html

Hope that helps!




Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

Posted by Richard Park <fi...@sympatico.ca>.
Stuart, I've currently got:

------------------------------------------
Apache 2.0.47
Tomcat 5.0.7
mod_jk2 from here: 
http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomcat-connectors-4.1.27-src.tar.gz
------------------------------------------

Instead of installing with Ant (which was giving me problems as well), I built mod_jk2 using './configure' from the "jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory:

------------------------------------------
./configure --with-apxs2=/path/to/apxs
./configure --with-apxs2=/usr/local/apache/bin/apxs

*note: if there is no "configure" script in this directory, you must first run ./buildconf.sh
------------------------------------------

Once "configure" has finished creating a makefile, run "make". Once "make" is complete, go to:

------------------------------------------
jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs
------------------------------------------

and you will find the two files that you need:

------------------------------------------
mod_jk2.so  >  copy into your apache "modules" directory
jkjni.so  >  copy into your "$CATALINA_HOME/server/lib" directory
------------------------------------------

Now just make sure you have a "jk2.properties" file in your "$CATALINA_HOME/conf" directory, and manually create a "workers2.properties" file in your apache "conf" directory, with the proper settings/values:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/configwebex.html

Hope that helps!




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org