From owner-freebsd-questions@FreeBSD.ORG Tue Oct 3 20:34:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6BCB16A415 for ; Tue, 3 Oct 2006 20:34:29 +0000 (UTC) (envelope-from bawank@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1214943D6B for ; Tue, 3 Oct 2006 20:34:06 +0000 (GMT) (envelope-from bawank@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so330308nfc for ; Tue, 03 Oct 2006 13:34:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=PiwsqZ+E3DETkg2K8XFBnafKIlUBzdJxht7xZ4pkBhnWq8SCQ0pofSn6ld5h9h4WXP27H99f2f5ZWV8IRFBks7+R1plU27lPjdHp0wmOfhNvZIuMJ9Eq+zByMcrcdThQhexuz6WB4GD/aFNEHhdLh+Hf+poJh5/zqQMTT8KYtRI= Received: by 10.48.210.20 with SMTP id i20mr1365218nfg; Tue, 03 Oct 2006 13:34:04 -0700 (PDT) Received: by 10.49.34.3 with HTTP; Tue, 3 Oct 2006 13:34:04 -0700 (PDT) Message-ID: <6dad5370610031334o1f130b69l5fb50a34f77262f3@mail.gmail.com> Date: Tue, 3 Oct 2006 16:34:04 -0400 From: "Bawan Karn" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: installing perl5.8.5 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: Tue, 03 Oct 2006 20:34:30 -0000 I have installed FreeBSD 4.1. The in-built perl is installed on that but I have to install perl5.8.5. I have googled it and found answers to install perl, but I am not sure what I am doing wrong. I can't install it. I am wrting you the steps which I did: 1. Copied perl-5.8.5.tar.gz 2. Extracted this file which seems to be extracted on folder "perl-5.8.5 3. Now when I am trying *perl Makefile.PL* it gives me result as "Can't open perl script "Makefile.PL": No such file or Directory" 4. when i am doing *make install* it gives me result as "make:don't know how to make install. Stop Can somebody tell me what I am doing wrong and how I can solve this issue. Thank you.