Along with the connector source, you need the apache source, because
mod_jk compiles to the specific version of apache for which you have the
source.  (you will see all those files in the apache source).  That
said, I've still had some problems with compiling it.  I'm not sure what
I'm doing wrong, but I ended up and just use the binary mod_jk.dll from
here:  http://www.acg-gmbh.de/mod_jk/  of course it's not official, but
it works.



- Andrew

> -----Original Message-----
> From: Short, Dave [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, August 27, 2002 6:58 PM
> To: 'Tomcat Users List'
> Subject: RE: mod_jk
> 
> 
> Here a list of .h files called from the jk_apache2.h, which 
> is called from mod_jk2.c.  I found the jk_*.h files but not 
> the others.  
> 
> #include "apu_compat.h"
> #include "ap_config.h"
> #include "apr_lib.h"
> #include "apr_date.h"
> #include "apr_strings.h"
> #include "apr_pools.h"
> #include "apr_tables.h"
> #include "apr_hash.h"
> 
> #include "httpd.h"
> #include "http_config.h"
> #include "http_request.h"
> #include "http_core.h"
> #include "http_protocol.h"
> #include "http_main.h"
> #include "http_log.h"
> 
> #include "jk_global.h"
> #include "jk_map.h"
> #include "jk_pool.h"
> #include "jk_env.h"
> #include "jk_service.h"
> #include "jk_worker.h"
> #include "jk_workerEnv.h"
> #include "jk_uriMap.h"
> #include "jk_requtil.h"
> 
> Also, mod_jk2.c calls two additional .h files (scoreboard.h, 
> util_script.h) that I can't seem to find...
> 
> Is all this stuff bundled somewhere?  Am I looking in the 
> right place?  
> 
> Here's where I'm looking: 
> http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/nat
> ive2/server/ap
> ache2/
> 
> -----Original Message-----
> From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]]
> Sent: August 27, 2002 3:33 PM
> To: 'Tomcat Users List'
> Subject: Re: mod_jk
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Tue, Aug 27, 2002 at 06:17:40PM -0400, Short, Dave wrote:
> > Not asking for every OS under the sun, just Win32 - which 
> is a fairly
> common
> > OS...  I would gladly download, compile and post the source 
> for Win32
> 
> well for you win32 is not every os under the sun because that 
> is what you choose to use.  others might have a different 
> point of view.  plus if we wanted the developers to compile 
> the code for every os that anyone on the list uses, well, 
> that could be a big job.
> 
> > mod_k2.  Last time I tried, my compiler complained about missing .h 
> > files. If you wouldn't mind telling me where ALL required files 
> > reside, I would
> be
> > happy to help out.
> 
> which .h files did the compiler complain about?
> 
> - -- 
> Peter Abplanalp
> 
> Email:   [EMAIL PROTECTED]
> PGP:     pgp.mit.edu
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> 
> iD8DBQE9a/42ggA8sH0iRXQRAvNeAJ9GW43lwZNIaFPyhNuUkPmYrm4QAgCgt1t+
> 56p/HxP6GPtp68DvhdaIrCk=
> =M6d+
> -----END PGP SIGNATURE-----
> 
> --
> To unsubscribe, e-mail: 
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 


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

Reply via email to