Re: How do I build mod_jk.so

2004-01-29 Thread OUTTERS Guillaume
Thomas Cherry wrote:

I was expecting to have a mod_jk.so file (which made me question why ant was 
the build tool) but have not found it.
I had this same problem on Solaris. I finally found that it couldn't 
generate a mod_jk2.so (dynamic library), only a static one (mod_jk2.a) 
because Apache didn't provide it dynamic libraries 
($HTTPD_DIR/lib/libapr-0.so and $HTTPD_DIR/lib/libaprutil-0.so). I had 
only their static version, so mod_jk2 detected that and created 
everything in static.

I recompiled Apache with a bunch of options (join lines as necessary):
export HTTPD_DIR=/usr/local/httpd-2.0.48
./configure --prefix=$HTTPD_DIR --enable-module=most 
--enable-shared=most --without-gdbm --without-berkeley-db 
--with-mpm=worker --with-pcre --enable-so --enable-rule=SHARED_CORE 
--enable-static=no --enable-shared=yes
make
, most of which must be unuseful but well it worked.

I've heard that another static-compiled library on Linux could have this 
effect (but I don't remember which one, wondering if it is not PCRE), 
and that disabling it was the right solution.

--
Guillaume Outters
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k

while building apache use ./configure
--enable-so option to make apache accept
shared libraries..

u can also make change to httpd.conf
file(i suppose,not sure) where u have a entry
for like Shared library=no..make that
to yes..and then make mod_jk.so

 Pavan Kumar
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the addressee. 
Unauthorized use, disclosure or copying is strictly prohibited and may constitute 
unlawful act and can possibly attract legal action, civil and/or criminal. The 
contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services on any subject matter.
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other 
information contained in this message
that do not relate to the official business of Tata Consultancy Services shall be 
understood as neither given nor endorsed by Tata Consultancy Services or any affiliate 
of Tata Consultancy Services. If you have received this message in error, you should 
destroy this message and may please notify the sender by e-mail. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I build mod_jk.so

2004-01-29 Thread Joost Veldkamp
I have a similar problem on Debian 3.0/stable.
When i compile it, the .so file is not generated with no errors, the
only error i can find is when I try to compile it with apxs manualy.

Warning!  dlname not found in /usr/local/apache2/modules/mod_jk2.la.

compile options:
./configure \
--with-java-home=/usr/local/java \
--with-jni \
--with-tomcat41=/usr/local/tomcat \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-apr-include=/usr/local/apr/include/apr-0


However, if use the same setup on a Debian unstable system, everything
compiles fine. I can't copy the binaries to the stable system because it
uses a different libc.

Does anyone know how i can locate the source of this problem?

--
J

On Thu, 2004-01-29 at 09:54, OUTTERS Guillaume wrote:
 Thomas Cherry wrote:
 
  I was expecting to have a mod_jk.so file (which made me question why ant was 
  the build tool) but have not found it.
 
 I had this same problem on Solaris. I finally found that it couldn't 
 generate a mod_jk2.so (dynamic library), only a static one (mod_jk2.a) 
 because Apache didn't provide it dynamic libraries 
 ($HTTPD_DIR/lib/libapr-0.so and $HTTPD_DIR/lib/libaprutil-0.so). I had 
 only their static version, so mod_jk2 detected that and created 
 everything in static.
 
 I recompiled Apache with a bunch of options (join lines as necessary):
 export HTTPD_DIR=/usr/local/httpd-2.0.48
 ./configure --prefix=$HTTPD_DIR --enable-module=most 
 --enable-shared=most --without-gdbm --without-berkeley-db 
 --with-mpm=worker --with-pcre --enable-so --enable-rule=SHARED_CORE 
 --enable-static=no --enable-shared=yes
 make
 , most of which must be unuseful but well it worked.
 
 I've heard that another static-compiled library on Linux could have this 
 effect (but I don't remember which one, wondering if it is not PCRE), 
 and that disabling it was the right solution.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k

sorry the correct place to make the
change is in the apache/build/libtool file...
u have an entry there 
# Whether or not to build shared libraries.
build_libtool_libs=yes

this option is no,though i had build
my apache with --enable -so option earlier..

i changed this to yes and then did the
./configure for mod_jk..

it creates the .so then..

hope this helps...











while building apache use ./configure --enable-so option to make apache
accept 
shared libraries.. 

u can also make change to httpd.conf file(i suppose,not sure) where u have
a entry 
for like Shared library=no..make that to yes..and then make mod_jk.so




Pavan Kumar
Tata Consultancy Services
DISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the addressee. 
Unauthorized use, disclosure or copying is strictly prohibited and may constitute 
unlawful act and can possibly attract legal action, civil and/or criminal. The 
contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services on any subject matter.
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other 
information contained in this message
that do not relate to the official business of Tata Consultancy Services shall be 
understood as neither given nor endorsed by Tata Consultancy Services or any affiliate 
of Tata Consultancy Services. If you have received this message in error, you should 
destroy this message and may please notify the sender by e-mail. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k

change the option
# Whether or not to build shared libraries.
build_libtool_libs=no 
in apache/build/libtool
to 
# Whether or not to build shared libraries.
build_libtool_libs=yes

this worked for me...


Pavan Kumar
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the addressee. 
Unauthorized use, disclosure or copying is strictly prohibited and may constitute 
unlawful act and can possibly attract legal action, civil and/or criminal. The 
contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services on any subject matter.
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other 
information contained in this message
that do not relate to the official business of Tata Consultancy Services shall be 
understood as neither given nor endorsed by Tata Consultancy Services or any affiliate 
of Tata Consultancy Services. If you have received this message in error, you should 
destroy this message and may please notify the sender by e-mail. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I build mod_jk.so

2004-01-29 Thread Joost Veldkamp
Ok, good news, i copied the libtool(v 1.5) from the jk/native2 over the
apache version(1.4.3), did a new clean make, and the .so was generated.

--
Joost

On Thu, 2004-01-29 at 10:54, [EMAIL PROTECTED] wrote:
 change the option
 # Whether or not to build shared libraries.
 build_libtool_libs=no 
 in apache/build/libtool
 to 
 # Whether or not to build shared libraries.
 build_libtool_libs=yes
 
 this worked for me...
 
 
 Pavan Kumar
 Tata Consultancy Services
 Mailto: [EMAIL PROTECTED]
 Website: http://www.tcs.com
 
 __
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I build mod_jk.so

2004-01-29 Thread Thomas Cherry
Why do I care if the lib is static or not?  Recompiling Apache sounds 
like a lot of work just because I want to compile mod_jk, and to be 
honest, this does not really seam to answer my questions.  Why would I 
even bother with the ant build and not just compile what is in the 
native2 directory?

--
Fear is the path to the Dark Side.  Fear leads to anger, anger leads to 
hate, hate leads to suffering-- Yoda, Jedi Master

On Jan 29, 2004, at 3:54 AM, OUTTERS Guillaume wrote:

Thomas Cherry wrote:

I was expecting to have a mod_jk.so file (which made me question why 
ant was the build tool) but have not found it.
I had this same problem on Solaris. I finally found that it couldn't 
generate a mod_jk2.so (dynamic library), only a static one (mod_jk2.a) 
because Apache didn't provide it dynamic libraries 
($HTTPD_DIR/lib/libapr-0.so and $HTTPD_DIR/lib/libaprutil-0.so). I had 
only their static version, so mod_jk2 detected that and created 
everything in static.

I recompiled Apache with a bunch of options (join lines as necessary):
export HTTPD_DIR=/usr/local/httpd-2.0.48
./configure --prefix=$HTTPD_DIR --enable-module=most 
--enable-shared=most --without-gdbm --without-berkeley-db 
--with-mpm=worker --with-pcre --enable-so --enable-rule=SHARED_CORE 
--enable-static=no --enable-shared=yes
make
, most of which must be unuseful but well it worked.

I've heard that another static-compiled library on Linux could have 
this effect (but I don't remember which one, wondering if it is not 
PCRE), and that disabling it was the right solution.

--
Guillaume Outters
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


Re: How do I build mod_jk.so

2004-01-29 Thread Thomas Cherry
How can I tell if apache is already compiled with this option?

--
It is pointless to resist. - Darth Vader, Sith Lord
On Jan 29, 2004, at 4:10 AM, [EMAIL PROTECTED] wrote:

while building apache use ./configure --enable-so option to make  
apache accept
shared libraries..

u can also make change to httpd.conf file(i suppose,not sure) where u  
have a entry
for like Shared library=no..make that to yes..and then make mod_jk.so

Pavan Kumar
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website:  
http:// 
www.tcs.comInterScan_Disclaimer.txt-- 
---
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How do I build mod_jk.so

2004-01-29 Thread Thomas Cherry
When I try this on my system, I get the following error:

could not find /usr/sbin/apxs
configure: error: You must specify a valid --with-apxs path
but this script does exist.  I know it exists, because I had to fix it 
(was pointing to a bad path).

--
It is pointless to resist. - Darth Vader, Sith Lord
On Jan 29, 2004, at 4:28 AM, Joost Veldkamp wrote:
I have a similar problem on Debian 3.0/stable.
When i compile it, the .so file is not generated with no errors, the
only error i can find is when I try to compile it with apxs manualy.
Warning!  dlname not found in /usr/local/apache2/modules/mod_jk2.la.

compile options:
./configure \
--with-java-home=/usr/local/java \
--with-jni \
--with-tomcat41=/usr/local/tomcat \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-apr-include=/usr/local/apr/include/apr-0
However, if use the same setup on a Debian unstable system, everything
compiles fine. I can't copy the binaries to the stable system because 
it
uses a different libc.

Does anyone know how i can locate the source of this problem?

--
J
On Thu, 2004-01-29 at 09:54, OUTTERS Guillaume wrote:
Thomas Cherry wrote:

I was expecting to have a mod_jk.so file (which made me question why 
ant was
the build tool) but have not found it.
I had this same problem on Solaris. I finally found that it couldn't
generate a mod_jk2.so (dynamic library), only a static one (mod_jk2.a)
because Apache didn't provide it dynamic libraries
($HTTPD_DIR/lib/libapr-0.so and $HTTPD_DIR/lib/libaprutil-0.so). I had
only their static version, so mod_jk2 detected that and created
everything in static.
I recompiled Apache with a bunch of options (join lines as necessary):
export HTTPD_DIR=/usr/local/httpd-2.0.48
./configure --prefix=$HTTPD_DIR --enable-module=most
--enable-shared=most --without-gdbm --without-berkeley-db
--with-mpm=worker --with-pcre --enable-so --enable-rule=SHARED_CORE
--enable-static=no --enable-shared=yes
make
, most of which must be unuseful but well it worked.
I've heard that another static-compiled library on Linux could have 
this
effect (but I don't remember which one, wondering if it is not PCRE),
and that disabling it was the right solution.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How do I build mod_jk.so

2004-01-29 Thread Thomas Cherry
Is in not possible to use mod_jk.so files compiled by other people?  I 
just want to know why it's so hard to find a binary.

--
Don't underestimate the Force. - Darth Vader, Sith Lord.
On Jan 29, 2004, at 6:05 AM, Joost Veldkamp wrote:
Ok, good news, i copied the libtool(v 1.5) from the jk/native2 over the
apache version(1.4.3), did a new clean make, and the .so was generated.
--
Joost
On Thu, 2004-01-29 at 10:54, [EMAIL PROTECTED] wrote:
change the option
# Whether or not to build shared libraries.
build_libtool_libs=no
in apache/build/libtool
to
# Whether or not to build shared libraries.
build_libtool_libs=yes
this worked for me...

Pavan Kumar
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
__
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How do I build mod_jk.so

2004-01-29 Thread Dima Gutzeit
What is your OS and Apache versions ? 


- Original Message - 
From: Thomas Cherry [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 2:10 PM
Subject: Re: How do I build mod_jk.so


 Is in not possible to use mod_jk.so files compiled by other people?  I 
 just want to know why it's so hard to find a binary.
 
 --
 Don't underestimate the Force. - Darth Vader, Sith Lord.
 On Jan 29, 2004, at 6:05 AM, Joost Veldkamp wrote:
 
  Ok, good news, i copied the libtool(v 1.5) from the jk/native2 over the
  apache version(1.4.3), did a new clean make, and the .so was generated.
 
  --
  Joost
 
  On Thu, 2004-01-29 at 10:54, [EMAIL PROTECTED] wrote:
  change the option
  # Whether or not to build shared libraries.
  build_libtool_libs=no
  in apache/build/libtool
  to
  # Whether or not to build shared libraries.
  build_libtool_libs=yes
 
  this worked for me...
 
 
  Pavan Kumar
  Tata Consultancy Services
  Mailto: [EMAIL PROTECTED]
  Website: http://www.tcs.com
 
  __
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I build mod_jk.so

2004-01-29 Thread Thomas Cherry
Intel (i686)
Mandake 9.0 (which is probable the src of my problems (I wish I choice  
Debian or BSD))

# httpd -v
Server version: Apache-AdvancedExtranetServer/1.3.26 (Mandrake  
Linux/6mdk)
Server built:   Sep  6 2002 19:52:32

--
Fear is the path to the Dark Side.  Fear leads to anger, anger leads to  
hate, hate leads to suffering-- Yoda, Jedi Master

On Jan 29, 2004, at 7:18 AM, Dima Gutzeit wrote:

What is your OS and Apache versions ?

- Original Message -
From: Thomas Cherry [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 2:10 PM
Subject: Re: How do I build mod_jk.so

Is in not possible to use mod_jk.so files compiled by other people?  I
just want to know why it's so hard to find a binary.
--
Don't underestimate the Force. - Darth Vader, Sith Lord.
On Jan 29, 2004, at 6:05 AM, Joost Veldkamp wrote:
Ok, good news, i copied the libtool(v 1.5) from the jk/native2 over  
the
apache version(1.4.3), did a new clean make, and the .so was  
generated.

--
Joost
On Thu, 2004-01-29 at 10:54, [EMAIL PROTECTED] wrote:
change the option
# Whether or not to build shared libraries.
build_libtool_libs=no
in apache/build/libtool
to
# Whether or not to build shared libraries.
build_libtool_libs=yes
this worked for me...

Pavan Kumar
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
 
__
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How do I build mod_jk.so

2004-01-29 Thread OUTTERS Guillaume
Thomas Cherry wrote:

but this script does exist.  I know it exists, because I had to fix it 
(was pointing to a bad path).
Do all the intermediate links have executable bit set (the configure 
script tests it)?

 Why do I care if the lib is static or not?  Recompiling Apache sounds 
 like a lot of work just because I want to compile mod_jk.

mod_jk2 has to link with Apache libraries to be able to access its 
internals. If the only libs it finds are static (in fact, if just one of 
all libs is), it cannot create a dynamic lib, only a static one. But an 
Apache module has to be a dynamic library. So if you don't have 
$HTTPD_DIR/lib/libapr-0.so and $HTTPD_DIR/lib/libaprutil-0.so, only the 
static ones, the compilation won't give the expected result.

If, after compiling mod_jk2, you find a mod_jk2.a but no mod_jk2.so, 
that's certainly what happened.

--
Guillaume Outters


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How do I build mod_jk.so

2004-01-29 Thread Tom Cherry
My system came with apache installed, so I don't think I have an apache 
directory, but I do have /etc/httpd/lib which points to /usr/lib. This 
directory does not have the files you indicated.

Why would anyone have static libraries if they are so limiting?  What 
advantage do they have, Faster loads?  If I don't have these lib files, 
is my only option to remove apache and recompile it?

--
End of line
On Jan 29, 2004, at 8:32 AM, OUTTERS Guillaume wrote:

Thomas Cherry wrote:

but this script does exist.  I know it exists, because I had to fix 
it (was pointing to a bad path).
Do all the intermediate links have executable bit set (the 
configure script tests it)?

 Why do I care if the lib is static or not?  Recompiling Apache 
sounds  like a lot of work just because I want to compile mod_jk.

mod_jk2 has to link with Apache libraries to be able to access its 
internals. If the only libs it finds are static (in fact, if just one 
of all libs is), it cannot create a dynamic lib, only a static one. 
But an Apache module has to be a dynamic library. So if you don't have 
$HTTPD_DIR/lib/libapr-0.so and $HTTPD_DIR/lib/libaprutil-0.so, only 
the static ones, the compilation won't give the expected result.

If, after compiling mod_jk2, you find a mod_jk2.a but no mod_jk2.so, 
that's certainly what happened.

--
Guillaume Outters


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k

check the apache/build/libtool to find
a entry abt shared libraries

Kakaraparthi Venkata Pavan Kumar
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com





Thomas Cherry [EMAIL PROTECTED]

01/29/2004 07:01 AM




Please respond to
Tomcat Users List [EMAIL PROTECTED]





To
Tomcat Users List [EMAIL PROTECTED]


cc



Subject
Re: How do I build mod_jk.so








How can I tell if apache is already compiled with
this option?

--
It is pointless to resist. - Darth Vader, Sith Lord

On Jan 29, 2004, at 4:10 AM, [EMAIL PROTECTED] wrote:


 while building apache use ./configure --enable-so option to make 
 apache accept
 shared libraries..

 u can also make change to httpd.conf file(i suppose,not sure) where
u 
 have a entry
 for like Shared library=no..make that to yes..and then make mod_jk.so

 Pavan Kumar
 Tata Consultancy Services
 Mailto: [EMAIL PROTECTED]
 Website: 
 http:// 
 www.tcs.comInterScan_Disclaimer.txt--

 ---
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ForwardSourceID:NT2F76
 
DISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the addressee. 
Unauthorized use, disclosure or copying is strictly prohibited and may constitute 
unlawful act and can possibly attract legal action, civil and/or criminal. The 
contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services on any subject matter.
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other 
information contained in this message
that do not relate to the official business of Tata Consultancy Services shall be 
understood as neither given nor endorsed by Tata Consultancy Services or any affiliate 
of Tata Consultancy Services. If you have received this message in error, you should 
destroy this message and may please notify the sender by e-mail. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

How do I build mod_jk.so

2004-01-28 Thread Thomas Cherry
OK, first of all I tried to download mod_jk for linux and I could not 
find it.  Maybe it exists, but I have always found Apache's download 
page to be lacking.  So I downloaded the source code (jk2).  I did what 
the README file said but found it to be wrong so I did what I could to 
get ant to compile the project but now I don't know what to do.  I was 
expecting to have a mod_jk.so file (which made me question why ant was 
the build tool) but have not found it.  Could someone tell me what I 
have done wrong.  All I want to do is connect Apache and Tomcat and at 
ever step of the process I hit a road block.  All documentation on the 
subject seems to be missing key information like how to actually build 
a connector) and I am starting to believe that the Tomcat project is is 
serious disarray.  I hope I can be proved wrong.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How do I build mod_jk.so

2004-01-28 Thread Lukas Larsson
Hello,

To build the connector go into the directory jk/native2/ then do
./buildconf.sh (or something like that, can't recall the exact name), then
do

./configure --with-apxs2=/apache2/bin/apxs // or wherever you have the apxs
file
make
make install

and you should get the mod_jk2.so file

Hope that help


./Lukas
- Original Message - 
From: Thomas Cherry [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 3:04 AM
Subject: How do I build mod_jk.so


 OK, first of all I tried to download mod_jk for linux and I could not
 find it.  Maybe it exists, but I have always found Apache's download
 page to be lacking.  So I downloaded the source code (jk2).  I did what
 the README file said but found it to be wrong so I did what I could to
 get ant to compile the project but now I don't know what to do.  I was
 expecting to have a mod_jk.so file (which made me question why ant was
 the build tool) but have not found it.  Could someone tell me what I
 have done wrong.  All I want to do is connect Apache and Tomcat and at
 ever step of the process I hit a road block.  All documentation on the
 subject seems to be missing key information like how to actually build
 a connector) and I am starting to believe that the Tomcat project is is
 serious disarray.  I hope I can be proved wrong.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I build mod_jk.so

2004-01-28 Thread pavan . k

howdy,

u can visit http://johnturner.com..
thats a good place to look for problem
solutionsof mod_jk..
it also has some builds for linux..


thx
Pavan Kumar
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com





Lukas Larsson
[EMAIL PROTECTED] 
01/29/2004 01:26 AM




Please respond to
Tomcat Users List [EMAIL PROTECTED]





To
Tomcat Users List
[EMAIL PROTECTED]


cc



Subject
Re: How do I build mod_jk.so








Hello,

To build the connector go into the directory jk/native2/ then do
./buildconf.sh (or something like that, can't recall the exact name), then
do

./configure --with-apxs2=/apache2/bin/apxs // or wherever you have the
apxs
file
make
make install

and you should get the mod_jk2.so file

Hope that help


./Lukas
- Original Message - 
From: Thomas Cherry [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 3:04 AM
Subject: How do I build mod_jk.so


 OK, first of all I tried to download mod_jk for linux and I could
not
 find it. Maybe it exists, but I have always found Apache's download
 page to be lacking. So I downloaded the source code (jk2). I
did what
 the README file said but found it to be wrong so I did what I could
to
 get ant to compile the project but now I don't know what to do. I
was
 expecting to have a mod_jk.so file (which made me question why ant
was
 the build tool) but have not found it. Could someone tell me
what I
 have done wrong. All I want to do is connect Apache and Tomcat
and at
 ever step of the process I hit a road block. All documentation
on the
 subject seems to be missing key information like how to actually
build
 a connector) and I am starting to believe that the Tomcat project
is is
 serious disarray. I hope I can be proved wrong.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ForwardSourceID:NT2DA2
 
DISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the addressee. 
Unauthorized use, disclosure or copying is strictly prohibited and may constitute 
unlawful act and can possibly attract legal action, civil and/or criminal. The 
contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services on any subject matter.
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other 
information contained in this message
that do not relate to the official business of Tata Consultancy Services shall be 
understood as neither given nor endorsed by Tata Consultancy Services or any affiliate 
of Tata Consultancy Services. If you have received this message in error, you should 
destroy this message and may please notify the sender by e-mail. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]