determining version of mod_jk.so

2003-07-09 Thread Maureen Barger
can someone remind me how to do this under unix? thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: determining version of mod_jk.so

2003-07-09 Thread Eric J. Pinnell
Hi, I don't know if there is an official way but I did a 'strings mod_jk2.so' and found: mod_jk2/2.0.2 YMMV. -e On Wed, 9 Jul 2003, Maureen Barger wrote: can someone remind me how to do this under unix? thanks. - To

Re: determining version of mod_jk.so

2003-07-09 Thread Rick Roberts
However; I did a 'strings mod_jk2-2.0.43.so' and found: mod_jk2/2.0.0 Check to see if your mod_jk2.so is a sym link. Mine is linked to mod_jk2-2.0.43.so -- *** * Rick Roberts* * Advanced Information Technologies, Inc. *

Re: determining version of mod_jk.so

2003-07-09 Thread Eric J. Pinnell
Ya... that makes sense. The latest release of JK2 is 2.0.2. You could possibly be running 2.0.0. I don't know where it's getting 2.0.43 from... sounds like an apache version. -e On Wed, 9 Jul 2003, Rick Roberts wrote: However; I did a 'strings mod_jk2-2.0.43.so' and found:

Re: determining version of mod_jk.so

2003-07-09 Thread Maureen Barger
You are correct -- you can do strings and scroll or start up apache in debug and it will appear in the error log file as it loads. At 01:41 PM 7/9/2003 -0400, Rick Roberts wrote: However; I did a 'strings mod_jk2-2.0.43.so' and found: mod_jk2/2.0.0 Check to see if your mod_jk2.so is a sym

Re: determining version of mod_jk.so

2003-07-09 Thread John Turner
The 2.0.43 is an Apache version, it has nothing to do with the version of the actual connector source. You can have a connector that is version 2.0.2, for example, that is compiled for Apache 2.0.40, .43, .44, and .46. The convention when delivering the binaries, then, is to tag the .so file