From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:40:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9B8D16A419 for ; Fri, 24 Aug 2007 02:40:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id A547E13C465 for ; Fri, 24 Aug 2007 02:40:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1315846pyb for ; Thu, 23 Aug 2007 19:40:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nqWdlOyHFvPmqxdf/fSLjsJYHUwhBzshUmRwdvHIFH4SXSk8jFZ6ZuoxC3snK4DV+xHWZz69S6iAeu+mQfqHBbsMo96QkGIM/Hy/4QQ+zGNtn04b0U6P9hKWak4UBLZBJ73d+qfO5TWtcgqDKBR4AqM4FOhW6bkrUISJBhR0wkM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DT7bhtuOdEWvhVpUTkc3yCQN1mE2LHpBlYBR1azm20vuC0ZsJnhv2F4TLRW9xadTvIQQ2pryI/0CWjvDVMbaY3t89h1Pd12Wwl8AAL/3V+cymVbReiggCEY9Sbjbx/Zozh19iGh8euYoq0oPkbPoxR8pRCaWaywg0Uq2ROksy2M= Received: by 10.35.121.12 with SMTP id y12mr2880995pym.1187923232058; Thu, 23 Aug 2007 19:40:32 -0700 (PDT) Received: by 10.35.35.6 with HTTP; Thu, 23 Aug 2007 19:40:32 -0700 (PDT) Message-ID: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> Date: Thu, 23 Aug 2007 20:40:32 -0600 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: perl configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:40:34 -0000 Hi, I'm trying to install WebGUI on a FreeBSD system for my church. WebGUI uses PERL for its operation. The program has a test environment perl script that it tries to run to make sure the environment can run WebGUI. On a couple of the perl modules it tries to install, it bails saying that "make" is no good. I'm guessing this is because perl is expecting GNU make not BSD make, and since it's looks for /usr/bin/make, I'm sure it's getting the wrong version. I'm pretty much a perl neophyte, having written only one perl script in my life and that was so pitifully little that it really wasn't worthy of being called a script; I do not know how to fix this. How does one fix the configuration of perl (if this is even the problem, I'm going to try and see if this is something WebGUI is trying to use). Andy