Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 82604 invoked by uid 500); 1 Apr 2002 18:28:17 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 82593 invoked from network); 1 Apr 2002 18:28:16 -0000 Received: from galileo.elcom.com (208.234.207.66) by daedalus.apache.org with SMTP; 1 Apr 2002 18:28:16 -0000 Received: from exchma01.elcom.com (uunet-nokia440-ext.elcom.com [208.234.207.67]) by galileo.elcom.com (8.9.3 (PHNE_18546)/8.9.3) with ESMTP id NAA03238 for ; Mon, 1 Apr 2002 13:43:55 -0500 (EST) Received: by exchma01.elcom.com with Internet Mail Service (5.5.2650.21) id ; Mon, 1 Apr 2002 13:27:04 -0500 Message-ID: <1901093D7127D411BF7F00D0B73C6992024819E4@exchma01.elcom.com> From: "Pacheco, Michael F." To: users@httpd.apache.org Subject: Compliing mod_so into the Apache core Date: Mon, 1 Apr 2002 13:27:03 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello everyone, apache 1.3.24, RedHat 7.1 source compile and install with --enable-rule=SHARED_CORE Basic question is how do I complie mod_so into the apache core. I've read the DSO page "mod_so.c which has to be statically complied into the Apache core." Doing an httpd -l shows the basic modules installed - with no LoadModule or AddModule statements in the DSO Global directive of httpd.conf and no mod_so. I've tried 4 different compiles of apache and everytime I go to install another module (mod_jk) it says "No DSO support make sure mod_so is installed in Apache" - Tried to add with apxs on a lark, same results - tried adding it in through --enable-module=so and so forth and so on - all same results. I'm stumped, what did I miss? I'm trying to install mod_jk to integrate Tomcat to Apache for a java servlet application. Mike Pacheco --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org