From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 06:41:06 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FB4BFF9 for ; Thu, 23 Apr 2015 06:41:06 +0000 (UTC) Received: from smtp208.alice.it (smtp208.alice.it [82.57.200.104]) by mx1.freebsd.org (Postfix) with ESMTP id EC8F6101E for ; Thu, 23 Apr 2015 06:41:05 +0000 (UTC) Received: from soth.ventu (87.18.56.84) by smtp208.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 552F94A6012EBA1E; Thu, 23 Apr 2015 08:41:03 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.9) with ESMTP id t3N6f2ju018512; Thu, 23 Apr 2015 08:41:03 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <553893FE.8090601@netfence.it> Date: Thu, 23 Apr 2015 08:41:02 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Michael Schuster CC: questions@freebsd.org Subject: Re: Bacula and perl 5.20 References: <5538919D.8060507@netfence.it> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 06:41:06 -0000 On 04/23/15 08:32, Michael Schuster wrote: > Hi, Hello. > you need to tell people (no, not me in private ;-), what "stop working" > looks like in detail. Right, sorry. In the logs I get: > BeforeJob: env: perl: No such file or directory Running "env perl" from the command line seems to work however. > A guess: is /usr/local/bin in your standard PATH (or rather, the path > that the script sees)? In my path: yes. In the script path: I don't know. I now realize that 5.20 does not install "/usr/bin/perl", which was an option (which I had enabled) in 5.16. bye & Thanks av.