Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E28096417 for ; Tue, 12 Jul 2011 23:43:38 +0000 (UTC) Received: (qmail 38689 invoked by uid 500); 12 Jul 2011 23:43:35 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 38383 invoked by uid 500); 12 Jul 2011 23:43:34 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 38372 invoked by uid 99); 12 Jul 2011 23:43:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 23:43:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lkolchin@gmail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bw0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 23:43:28 +0000 Received: by bwd12 with SMTP id 12so6700876bwd.18 for ; Tue, 12 Jul 2011 16:43:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=VqmhDbhOkF/iA7+X87seHPv8Gc5NlWV5V05rJTysTkY=; b=TZs9k/FRaEPsyI17oXC2ZVn4TLGyO+nMvUxA8MJ8MSJKqkazpGV4GcfGJFvzw+TcbX /AJdY1/9Mj0md0S0BUa3FuuP+0Wu6hm92SdN8iBCTpF4TXl8k2+9tuX9xXKhUX5kfegz I7NKfEdC0O+3C+8+SYh57s+zgAj7y1sDh4u4g= Received: by 10.204.49.4 with SMTP id t4mr219828bkf.304.1310514187196; Tue, 12 Jul 2011 16:43:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.123.8 with HTTP; Tue, 12 Jul 2011 16:42:47 -0700 (PDT) In-Reply-To: <0C62E684C9A10C4D8DC0A080F1E38EB704524506@naeajaxsez07v.nadsusea.nads.navy.mil> References: <0C62E684C9A10C4D8DC0A080F1E38EB7044E8BB3@naeajaxsez07v.nadsusea.nads.navy.mil> <4E1C8E64.2050609@ice-sa.com> <0C62E684C9A10C4D8DC0A080F1E38EB704524506@naeajaxsez07v.nadsusea.nads.navy.mil> From: Leon Kolchinsky Date: Wed, 13 Jul 2011 09:42:47 +1000 Message-ID: Subject: Re: Binary of mod_jk.so for Apache 2.2.x To: Tomcat Users List Content-Type: multipart/alternative; boundary=00032555572e99da4904a7e7dc77 --00032555572e99da4904a7e7dc77 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable For God's sake, Go to http://tomcat.apache.org/download-connectors.cgi and download the source code: # tar -xvzf tomcat-connectors-1.2.30-src.tar.gz Read docs/webserver_howto/apache.html or native/BUILDING.txt for options. # cd tomcat-connectors-1.2.30-src/native/ # which apxs # ./configure --with-apxs=3D/usr/sbin/apxs --enable-api-compatibility # make # make install Cheers, Leon Kolchinsky On Wed, Jul 13, 2011 at 05:03, Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 wrote: > Thanks for the reply, Andr=E9. > > It is Red Hat Linux. > > > -----Original Message----- > From: Andr=E9 Warnier [mailto:aw@ice-sa.com] > Sent: Tuesday, July 12, 2011 2:12 PM > To: Tomcat Users List > Subject: Re: Binary of mod_jk.so for Apache 2.2.x > > Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 wrote: > > I don't know the first thing about compiling on Linux. I just want to > drop a compiled mod_jk.so into the modules directory. Where can I find t= he > binary, not the source? Thanks! > > > What "kind" of Linux ? > > explanation: most Linux "distributions" (RedHat, Suse, Debian, Ubuntu,..) > have what is > called a "software package manager" utility, which is a special tool to > install software > on the system. It will usually get the desired binary modules, already > compiled and > configured, from some repository (often on the web), and install it for > you. > It is the easiest and quickest way of installing software on Linux system= s. > > For example, if your system is a Debian or Ubuntu Linux, the following > command would > download and install mod_jk : > > apt-get install libapache2-mod-jk > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --00032555572e99da4904a7e7dc77--