From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 02:21:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B673916A4BF for ; Fri, 29 Aug 2003 02:21:00 -0700 (PDT) Received: from warrior.services.quay.plus.net (warrior.services.quay.plus.net [212.159.14.227]) by mx1.FreeBSD.org (Postfix) with SMTP id BA58243FFB for ; Fri, 29 Aug 2003 02:20:58 -0700 (PDT) (envelope-from simong@desktop-guardian.com) Received: (qmail 19390 invoked from network); 29 Aug 2003 09:20:58 -0000 Received: from desktopguardian.plus.com (HELO desktop-guardian.com) (81.174.227.186) by warrior.services.quay.plus.net with SMTP; 29 Aug 2003 09:20:58 -0000 Received: (qmail 27764 invoked by uid 1006); 29 Aug 2003 09:26:44 -0000 Received: from simong@desktop-guardian.com by dtg25 by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 9.078007 secs); 29 Aug 2003 09:26:44 -0000 Received: from unknown (HELO dtg17) (192.168.0.17) by 192.168.0.25 with SMTP; 29 Aug 2003 09:26:34 -0000 Message-ID: <000701c36e0f$0b80efb0$1100a8c0@dtg17> From: "Simon Gray" To: References: <200308281702.h7SH2x7E021237@planet.krakow.homeunix.com> <20030828155054.GA39979@i2.informatik.rwth-aachen.de> Date: Fri, 29 Aug 2003 10:22:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: checkservice-1.2.0 - perl - dependancies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Gray List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 09:21:00 -0000 There isn't currently a perl version dependancy for this, the install and build works fine, its just the running that fails. # # # Global symbol "$root" requires explicit package name at /usr/local/lib/perl5/site_perl/5.005/CS/Config.pm line 44. Compilation failed in require at ./checkservice line 23. BEGIN failed--compilation aborted at ./checkservice line 23. # # # Upgraded perl to 5.6.1 and now get this error: # # # checkservice: Can't find or open directory for lockfiles: /var/lock/checkservice! # # # but it's now managable and easy to fix. Simon