Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 75065 invoked from network); 9 Sep 2005 14:30:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2005 14:30:35 -0000 Received: (qmail 8212 invoked by uid 500); 9 Sep 2005 14:30:35 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 8197 invoked by uid 500); 9 Sep 2005 14:30:34 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 8184 invoked by uid 99); 9 Sep 2005 14:30:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2005 07:30:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of khera@kcilink.com designates 65.205.34.180 as permitted sender) Received: from [65.205.34.180] (HELO yertle.kcilink.com) (65.205.34.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2005 07:30:46 -0700 Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 845B6B80A for ; Fri, 9 Sep 2005 10:30:32 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <4321520A.80707@liquidation.com> References: <4321520A.80707@liquidation.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <95C993BB-188A-436C-93FC-CE45A03153E5@kcilink.com> Content-Transfer-Encoding: 7bit From: Vivek Khera Subject: Re: [PATCH] add ldd/otool output to bug reports Date: Fri, 9 Sep 2005 10:30:31 -0400 To: mod_perl Dev X-Mailer: Apple Mail (2.734) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sep 9, 2005, at 5:12 AM, Philip M. Gollucci wrote: > + # For now, assume its in our path... its there a better way ? > + if (DARWIN) { > + $command = "otool $httpd"; > + } > + else { > You want "otool -L". otool without any flags returns a help screen. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. MailerMailer, LLC Rockville, MD http://www.MailerMailer.com/ +1-301-869-4449 x806 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org