Afraid not, there's no .libs directory under /jk/native2/server/apache2/ (checked with 'ls -a')
I think its compiling wrong, not sure why. Tried doing --enabled-shared=max but that didnt work either. Still no .so created. I ran: 'locate -u mod_jk2.so' and that found nothing, and I tried 'find / -name mod_jk2.so' and that found nothing either. Thanks -----Original Message----- From: J�rgen N�rgaard [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 11:14 To: Tomcat Users List Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 >Well... it compiled. But the files I was expecting to come out didn't. > >I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but >not a mod_jk2.so ? Of all places it is (probably) in: jk/native2/server/apache2/.libs/mod_jk2.so Is it something with apxs that puts it there? >Do I just need to rename one of the files, or has the compile done something >wrong? > >Thanks, >Stuart Stephen > >-----Original Message----- >From: Stuart Stephen [mailto:[EMAIL PROTECTED] >Sent: 14 August 2003 09:46 >To: Tomcat Users List >Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 > > >Ok, sorry, my bad. I've found the apxs perl script in the /apache2/bin >directory and now have gone onto the make stage. > >However i'm still got an error :o( > >Turns out that this was simply because I had a space in a folder name lower >down in the directory structure. I removed the space and the compile has >worked straight off, excellent! > >Thanks Richard! > >Regards, >Stuart > >-----Original Message----- >From: Stuart Stephen [mailto:[EMAIL PROTECTED] >Sent: 14 August 2003 09:21 >To: Tomcat Users List >Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 > > >Ok, one last question.. where might I obtain or find the apxs2's? I'm not >sure wether I have them or not. > >-----Original Message----- >From: Richard Park [mailto:[EMAIL PROTECTED] >Sent: 13 August 2003 23:28 >To: Tomcat Users List >Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 > > >Stuart, I've currently got: > >------------------------------------------ >Apache 2.0.47 >Tomcat 5.0.7 >mod_jk2 from here: >http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tom c >at-connectors-4.1.27-src.tar.gz >------------------------------------------ > >Instead of installing with Ant (which was giving me problems as well), I >built mod_jk2 using './configure' from the >"jakarta-tomcat-connectors-4.1.27-src/jk/native2" directory: > >------------------------------------------ >./configure --with-apxs2=/path/to/apxs >./configure --with-apxs2=/usr/local/apache/bin/apxs > >*note: if there is no "configure" script in this directory, you must first >run ./buildconf.sh >------------------------------------------ > >Once "configure" has finished creating a makefile, run "make". Once "make" >is complete, go to: > >------------------------------------------ >jakarta-tomcat-connectors-4.1.27-src/jk/build/jk2/apache2/.libs >------------------------------------------ > >and you will find the two files that you need: > >------------------------------------------ >mod_jk2.so > copy into your apache "modules" directory >jkjni.so > copy into your "$CATALINA_HOME/server/lib" directory >------------------------------------------ > >Now just make sure you have a "jk2.properties" file in your >"$CATALINA_HOME/conf" directory, and manually create a "workers2.properties" >file in your apache "conf" directory, with the proper settings/values: >http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/conf i >gwebex.html > >Hope that helps! > > > > >--------------------------------------------------------------------- >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] > > > > >--------------------------------------------------------------------- >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] -- /j�rgen n�rgaard SmartTV A/S [EMAIL PROTECTED] Phone: +45 3332 5770 http://smarttv.dk/ --------------------------------------------------------------------- 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]
