Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 39879 invoked from network); 3 Apr 2003 03:02:14 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Apr 2003 03:02:14 -0000 Received: (qmail 8614 invoked by uid 97); 3 Apr 2003 03:04:11 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 8607 invoked from network); 3 Apr 2003 03:04:11 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 3 Apr 2003 03:04:11 -0000 Received: (qmail 38972 invoked by uid 500); 3 Apr 2003 03:02:04 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 38960 invoked from network); 3 Apr 2003 03:02:04 -0000 Received: from web40305.mail.yahoo.com (66.218.78.84) by daedalus.apache.org with SMTP; 3 Apr 2003 03:02:04 -0000 Message-ID: <20030403030214.4498.qmail@web40305.mail.yahoo.com> Received: from [129.120.59.127] by web40305.mail.yahoo.com via HTTP; Wed, 02 Apr 2003 19:02:14 PST Date: Wed, 2 Apr 2003 19:02:14 -0800 (PST) From: Prasanth S Subject: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0 To: tomcat-user@jakarta.apache.org, tomcat-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hai, I have a Redhat 8.0 machine runnin apache 2.0.40 (rpm -ivh httpd-2.040, i have the httpd-devel 2.0.40 too) and tomcat 4.0.6. I was trying to compile jakarta-tomcat-connectors-jk-1.2.0-src for getting mod_jk.so module to integrate the above two server. I am failing in every attempt. anyone pls help me out of this situation, as i have to get my system configured as soon as possible. the following are what i have done: in jakarta-tomcat-connectors.src/jk/native/: #> ./buildconf.sh #> ./configure --with-apxs=/usr/sbin/apxs --with-java-home=${JAVA_HOME} --with-jni --enable-EAPI (all the paths are correct) -- in this i get a mesg, saying that no apache given #> make -- after a while of running, it goes in to the src/jk/native/apache-2.0 directory and tries running the make command. here it gives an error: ----- gcc: mod_jk.lo: No such file or directory gcc: unrecognized option `-rpath' make[1]: [mod_jk.la] Error 1 (ignored) mode=install cp mod_jk.la `pwd`/mod_jk.so cp: cannot stat `mod_jk.la': No such file or directory make[1]: [mod_jk.so] Error 1 (ignored) make[1]: Leaving directory `/usr/src/redhat/SOURCES/jakarta-tomcat-connectors-jk-1.2.0-src/jk/native/apache-2.0' ------------ after this, i try to find the mod_jk.so file in the apache-2.0 directory, but its not there obviously. pls help me out. Thanks in advance. Prasanth S. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org