Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 88853 invoked from network); 1 Mar 2007 13:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 13:42:28 -0000 Received: (qmail 2482 invoked by uid 500); 1 Mar 2007 13:42:30 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 2463 invoked by uid 500); 1 Mar 2007 13:42:30 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 2452 invoked by uid 99); 1 Mar 2007 13:42:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 05:42:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of pharkins@gmail.com designates 64.233.162.231 as permitted sender) Received: from [64.233.162.231] (HELO nz-out-0506.google.com) (64.233.162.231) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 05:42:19 -0800 Received: by nz-out-0506.google.com with SMTP id x3so440874nzd for ; Thu, 01 Mar 2007 05:41:58 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Go4W/z90Qvs5BjA71l3yBn+somFpjkSzyCubgP9t+tmpZZvwLGUS8nBPpiKi9vp11lvqCl/25vwqzDQDrPWWFR3nLBSiTjdhQyJSIYf5uEiaDRjjMfvve609jeYYha8Hk1p/MfZnuKcgV4bnGEtJR/QX73rwGEtR7/OCHiWVAg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tJrWzCTfiHOVzxKh2+ZI9iTkDh2zuRr5DR3HItWpp0hEKgp2w/gKfky0hoHlaDbDr7tHIHx4jCWVGE6lq/Tzyb0RR+4LX+pTZWZ8wzBc1e0x7g+W8kF3j4oM+1W7Envk8WXaQ4X25AJcPU8X6EzOET44hEJWKl393nsjQjnfmpo= Received: by 10.114.210.2 with SMTP id i2mr303017wag.1172756436530; Thu, 01 Mar 2007 05:40:36 -0800 (PST) Received: by 10.115.33.12 with HTTP; Thu, 1 Mar 2007 05:40:36 -0800 (PST) Message-ID: <66887a3d0703010540o6e83b788y6469343967a2f46f@mail.gmail.com> Date: Thu, 1 Mar 2007 08:40:36 -0500 From: "Perrin Harkins" To: Beginner Subject: Re: Have I got mod_perl installed? Cc: modperl@perl.apache.org In-Reply-To: <45E69D70.14948.39FFA240@dermot.sciencephoto.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45E5B534.22168.36747B9A@dermot.sciencephoto.com> <45E63F7D.4000209@extracktor.com> <45E69D70.14948.39FFA240@dermot.sciencephoto.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/1/07, Beginner wrote: > I have a number of handler configured like so: > > > SetHandler perl-script > PerlHandler MY::calendar > Order... > Then mod_perl is installed. > use Apache2::Const qw(OK DECLINED NOT_FOUND); I don't see how this could work if you're really running mod_perl 1.99. There is no module by that name in 1.99. > Would any one recommend a course of action? Should I remove the > binary RPMs that my package manager installed and install from > source? It is a good idea to use the latest mod_perl release, and it's not hard to compile. I usually suggest compiling your own rather than using an old one from your vendor. - Perrin