Yeah, that's what I was hoping.. but a ls -a in that directory just gave me a list of files named
jkjni.a jkjni.la jkjni.lai mod_jk2.a mod_jk2.la mod_jk2.lai I tried the compile using 'make jk2-build-apxs' as Jorgen suggested. This did create a .slo in the /jk/native2/server/apache2/ folder, but still no .so on the system. If someone has already compiled the mod_jk2 for apache 2.0.47 it might be easier for me to get a copy i think. I seem to be going nowehere at the moment. :o( -----Original Message----- From: Richard Park [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 13:10 To: Tomcat Users List Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 Stuart, from what I can see in your "make" output, everything should be there. Here's a piece from your make output: --------------------------- /build/jk2/apache2/.libs/mod_jk2.* --------------------------- so from within your "native2" directory you should: --------------------------- cd ../build/jk2/apache2/.libs --------------------------- and it should be there ... --------------------------------------------------------------------- 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]
