Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 27867 invoked by uid 500); 31 Jul 2002 09:45:37 -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 27855 invoked from network); 31 Jul 2002 09:45:37 -0000 Received: from ns0a.swx.com (146.109.240.107) by daedalus.apache.org with SMTP; 31 Jul 2002 09:45:37 -0000 Received: from gate0a.unix.swx.ch (gate0a [192.168.252.17]) by ns0a.swx.com (8.9.3+Sun/8.9.3) with ESMTP id LAA28070 for ; Wed, 31 Jul 2002 11:45:32 +0200 (MEST) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0a.unix.swx.ch (8.9.3+Sun/8.9.3) with ESMTP id LAA16419 for ; Wed, 31 Jul 2002 11:45:31 +0200 (MEST) X-Authentication-Warning: gate0a.unix.swx.ch: iscan owned process doing -bs content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Apache_2.0.39 help X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Wed, 31 Jul 2002 11:45:31 +0200 Message-ID: <14D1193E30E0894D8A773957C0AEE24AAA8C01@SOMEXEVS001.ex.ordersx.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache_2.0.39 help Thread-Index: AcI30mnTOcNVyLF7T/62bsXRUNbljAAoXhEg From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >From: Dinesh Patel [mailto:Dinesh.Patel@marconi.com] > >you were right mod_perl was not in the ouput of httdp -l. The=20 >question is >how doi get it in there i guess... You have to go back to the compilation stage, I'm afraid. I'm not sure = of the details but I guess the problem is that mod_perl is such a = complex module (it basically allows you to run the perl interpreter = alongside apache) that loading it through the DSO mechanism just doesn't = work. Any advice I've seen always recommends you to compile mod_perl = statically into the apache binary. Obviously, you can also compile in = mod_so and thereafter load other modules dynamically. An excellent step-by-step guide on various compilation recipes is given = by Bob de Louw on his site: = http://www.delouw.ch/linux/Apache-Compile-HOWTO/html/apache.html. Follow the instructions carefully (omit the bit about mod_ssl if you = don't need it) and it should work. Rgds, Owen Boyle. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org