I am having problems installing mod_jk2 and although I have not isolated what it is, one thing is worrying me. I have installed Apache 2.0.49 and Tomcat 5.0.25 (on Redhat 9) from source and they both run fine.
When I run the command:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-apr-lib=/usr/lib --with-tomcat-41=/usr/local/tomcat --with-java-home=/usr/local/java --with- jni
I get the following error:
./configure: line 1: apr-config: command not found
I run the Linux "find" command and apr-config is indeed in /usr/lib (and two other places aswell) so why is it throwing that error message. I have discussed this problem with a couple of list members who have overcome installation issues themselves but they are using Fedora 2 or rpm installations of Apache.
Do I actually need "--with-apr-lib=/usr/lib" ? (He asks in a novice type of way)
Woohoo. A question I can answer. I had this problem about two weeks ago. Here is the weblink (thanks to [EMAIL PROTECTED]) I used to solve my problem --> http://cymulacrum.net/writings/tomcat5/a1375.html (needed to be modified slightly) And my own walk-through notes are here --> http://www.csse.uwa.edu.au/~ryan/tech/mod_jk2.html
Essentially you need to add in one/some additional libraries into one of the make files. Just make sure you get the right library paths, but see the web pages for the details as I'm guessing its a system dependant thing.
Cheers,
Ryan.--
Ryan McConigley - Systems Administrator _.-,
Computer Science University of Western Australia .--' '-._
Tel: (+61 8) 6488 7082 - Fax: (+61 8) 6488 1089 _/`- _ '.
[EMAIL PROTECTED] - http://www.csse.uwa.edu.au/~ryan '----'._`.----. \
` \;
"You're just jealous because the voices are talking to me" ;_\
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
