Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 3581 invoked from network); 5 Jan 2005 14:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Jan 2005 14:51:27 -0000 Received: (qmail 12590 invoked by uid 500); 5 Jan 2005 14:49:42 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 12531 invoked by uid 500); 5 Jan 2005 14:49:41 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 12436 invoked by uid 99); 5 Jan 2005 14:49:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.logilune.com (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 05 Jan 2005 06:49:31 -0800 Received: from [127.0.0.1] (demeter.lan.logilune.com [10.0.1.3]) by mail.logilune.com (Postfix) with ESMTP id AC7F21E1EE0 for ; Wed, 5 Jan 2005 15:49:20 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: dev@perl.apache.org From: Eric Cholet Subject: BSD::Resource needed on BSD systems Date: Wed, 5 Jan 2005 15:49:21 +0100 X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, Fresh svn checkout of mp2 / apache 2.0 on MacOSX 10.3. 'make test' fails to start the server. t/logs/error_log reveals that Apache::SizeLimit wants BSD::Resource which wasn't installed on my system. } elsif (BSD_LIKE) { # will getrusage work on all BSDs? I should hope so. if ( eval { require BSD::Resource } ) { $HOW_BIG_IS_IT = \&bsd_size_check; } else { die "you must install BSD::Resource for Apache::SizeLimit " . "to work on your platform."; } Perhaps it would be nicer if this could be detected earlier, unfortunately I'm still way too clueless to provide a patch. -- Eric Cholet --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org