I am confused by the build process for mod_jk 1.2.0 on a Redhat 7.3
server. From the 'BUILDING' text file, it says:

"use configure and indicate Apache 1.3 apxs location (--with-apxs)
use make
copy the mod_jk binary to the apache modules location"

Now, after doing a 'make' there is no binary in the top-level directory
with the configure script (i.e.,
jakarta-tomcat-connectors-jk-1.2.0-src/jk/native). So I went into
jakarta-tomcat-connectors-jk-1.2.0-src/jk/native/apache-1.3 and I see
the following files:

[root@javatest2 apache-1.3]# ls  -l
total 1556
-rw-r--r--    1 root     root          120 Sep 26 04:34 libjk.module
-rw-r--r--    1 root     root         2350 Oct  9 11:27 Makefile
-rw-r--r--    1 root     root          659 Oct  9 11:27 Makefile.apxs
-rwxr-xr-x    1 root     root          582 Sep 26 04:34 Makefile.apxs.in
-rwxr-xr-x    1 root     root         2234 Sep 26 04:34 Makefile.in
-rw-r--r--    1 root     root          252 Sep 26 04:34 Makefile.libdir
-rw-r--r--    1 root     root          827 Sep 26 04:34 Makefile.tmpl
-rw-r--r--    1 root     root       920456 Oct  9 11:28 mod_jk.a
-rw-r--r--    1 root     root        66958 Sep 26 04:34 mod_jk.c
-rw-r--r--    1 root     root         7326 Sep 26 04:34 mod_jk.dsp
-rw-r--r--    1 root     root           11 Sep 26 04:34 mod_jk.exp
-rw-r--r--    1 root     root          713 Oct  9 11:28 mod_jk.la
-rw-r--r--    1 root     root       103752 Oct  9 11:28 mod_jk.lo
-rw-r--r--    1 root     root       101844 Oct  9 11:28 mod_jk.o
lrwxrwxrwx    1 root     root           15 Oct  9 11:28 mod_jk.so -> mod_jk.so.0.0.0
lrwxrwxrwx    1 root     root           15 Oct  9 11:28 mod_jk.so.0 -> mod_jk.so.0.0.0
-rwxr-xr-x    1 root     root       326225 Oct  9 11:28 mod_jk.so.0.0.0

So which is the binary? Mod_jk.so is a symlink. Should I just move
mod_jk.so.0.0.0 to the apache directory as mod_jk.so? The documentation
is very vague on this point. I get around it by doing a 'make install'
in the native directory and it installs a symlink to the the libexec
directory of Apache.

-- 
Ben Ricker <[EMAIL PROTECTED]>
Wellinx.com


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

Reply via email to