Hi,

If you go to the top level of the tomcat-connectors tree and do a

find ./ | grep mod_jk

you don't see a mod_jk2.so somewhere?  That's really odd.

Time for science:  :)

cd /jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
./configure --with-apxs2=/path/to/apxs
make  (it has to be GNU make)
cd /jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2

bash-2.04$ ls -l mod_jk2.so
-rwxr-x--x   1 users   2554976 Jul 25 09:30 mod_jk2.so

Hmm.  I just did that and it worked for me.  It's interesting that you
aren't generating the file.

-e

On Fri, 25 Jul 2003, Mark F wrote:

> Eric J. Pinnell wrote:
> || Hi,
> ||
> || For the JK2 connector you should use the 2.0.2 source.
> ||
> || Then compile with:
> ||
> || ./configure --with-apxs2=/path/to/apxs
> ||
> || then make
> ||
> || then mod_jk2.so should be in down in the build directory.
> ||
> || You need to manually copy the file to the apache modules directory.
> ||
> || The complete step by step is in the archives.  But that's the long
> || and short of it.
> ||
> || -e
> ||
> || On Thu, 24 Jul 2003, Simon Pabst wrote:
> ||
> ||| hmm weird, mod_jk2.so should be there after a successful make with
> ||| no errors, what connector source release did you download?
> |||
> ||| What was your jk2 configure?
> ||| If you used --with-apache2 instead of --with-apxs2 then mod_jk2
> ||| won't be built as .so but instead as static module into httpd core.
> |||
> ||| Maybe its somewhere else, try a find:
> ||| find /path/to/jk - name '*.so'
> |||
> ||| At 14:23 24.07.2003 -0400, you wrote:
> |||
> |||| Ugh...I've seen this posted before but I don't use mod_jk2 so I
> |||| didn't pay much attention to the answer.  It will be in the
> |||| archives somewhere, or perhaps someone else has the answer.
> ||||
> |||| John
> ||||
> ||||
> |||| Mark F wrote:
> ||||
> ||||| The compile completed with no problems but there is no 'make
> ||||| install' it says to remember to execute
> ||||| 'libtool --finish /usr/local/apache/modules' so I did but it
> ||||| didn't do anything that I can see.  Also I can't find a
> ||||| mod_jk2.so.  in the jk/build/jk2/apache2 directory there is
> ||||| mod_jk2.o but no mod_jk2.so ? Thanks,
> ||||| -Mark
> |||||
>
> Source is 2.0.2, Platform Solaris 8
>
> Still doing the same thing.  My configure is simply:
>  ./configure --with-apxs2=/usr/local/apache/bin/apxs
>
> Everything but a .so file is created in the build directory.
>
> Thanks,
> -Mark
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to