RE: Mod_jk Try #2 - error can't find apache

2002-12-16 Thread Turner, John
source. John -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 1:16 PM To: 'Tomcat Users List' Subject: RE: Mod_jk Try #2 - error can't find apache First line of apxs is #! /usr/bin/perl that location is correct for perl

RE: Mod_jk Try #2 - error can't find apache

2002-12-16 Thread Denise Mangano
: Monday, December 16, 2002 8:37 AM To: 'Tomcat Users List' Subject: RE: Mod_jk Try #2 - error can't find apache In my experience, the apxs in /usr/sbin is the wrong one to use. Can you contact the person who installed your Apache? Apxs should be there. I've never had a problem building

RE: Mod_jk Try #2 - error can't find apache

2002-12-16 Thread Turner, John
No problem, glad to help. John -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 8:52 AM To: 'Tomcat Users List' Subject: RE: Mod_jk Try #2 - error can't find apache John, Managed to get through the build, but yet again ran

Mod_jk Try #2 - error can't find apache

2002-12-13 Thread Denise Mangano
Ok. So its time to give this another try. For try #2 I decided to try to build mod_jk according to the HOW-TO. I'm running into a snag. When I run configure it is looking for a path to apxs. My Apache 1.3.27 web server is up and running, I can view my website. Tomcat 4.1.12 itself was

Re: Mod_jk Try #2 - error can't find apache

2002-12-13 Thread Jan-Michael Ong
apxs requires perl to be available check the first line of apxs head -1 /usr/sbin/apxs It should say something like #!/usr/local/bin/perl or something along those lines check the availability of your perl install ls -l /usr/local/bin/perl if it says not found do a find for perl and replace

RE: Mod_jk Try #2 - error can't find apache

2002-12-13 Thread Denise Mangano
; 'Tomcat Users List' Subject: Re: Mod_jk Try #2 - error can't find apache apxs requires perl to be available check the first line of apxs head -1 /usr/sbin/apxs It should say something like #!/usr/local/bin/perl or something along those lines check the availability of your perl install ls -l /usr