From owner-freebsd-questions@FreeBSD.ORG Thu Nov 11 16:32:47 2004 Return-Path: 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 3E1FD16A4CE for ; Thu, 11 Nov 2004 16:32:47 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2B6C843D46 for ; Thu, 11 Nov 2004 16:32:46 +0000 (GMT) (envelope-from krylon@gmx.net) Received: (qmail 29314 invoked by uid 65534); 11 Nov 2004 16:32:45 -0000 Received: from i538760D5.versanet.de (EHLO [192.168.0.13]) (83.135.96.213) by mail.gmx.net (mp010) with SMTP; 11 Nov 2004 17:32:45 +0100 X-Authenticated: #685629 Message-ID: <41939426.8050205@gmx.net> Date: Thu, 11 Nov 2004 17:32:38 +0100 From: Benjamin Walkenhorst User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Volker Lieder References: <2F66C789-33F8-11D9-98F2-000D933AB0EA@plusline.de> In-Reply-To: <2F66C789-33F8-11D9-98F2-000D933AB0EA@plusline.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Perl 5.005 on Freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 16:32:47 -0000 Volker Lieder wrote: > Hello list, > i need the perlversion 5.005 on Freebsd 5.3. > I tried to compile it by hand, but when i try "make" i got an error like > make: don't know how to make . Stop > I need this perl-version only for one application :-/ > Perhaps anybody has an idea. > I also need version 5.8.5, but thats not the problem. > Perhaps you can help me. Have you tried gmake? Some programs that won't build with FreeBSD's make build just fine using gmake. It's always the first thing I try when make fails. Otherwise, you can look for a binary package - even if it's old, you can probably get it to run with COMPAT_* Hope this helps, Benjamin