From owner-freebsd-questions@FreeBSD.ORG Wed Dec 14 07:31:44 2005 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 2853516A41F for ; Wed, 14 Dec 2005 07:31:44 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6646743D46 for ; Wed, 14 Dec 2005 07:31:42 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id 127024C9D0; Wed, 14 Dec 2005 08:40:00 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 1A8145285F; Wed, 14 Dec 2005 08:30:34 +0100 (CET) Message-ID: <439FCA5E.7090102@cs.tu-berlin.de> Date: Wed, 14 Dec 2005 08:31:42 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Jose Borquez References: <439FA8B7.7090703@sbcglobal.net> In-Reply-To: <439FA8B7.7090703@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions group Subject: Re: When using make install for php5 it fails 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: Wed, 14 Dec 2005 07:31:44 -0000 Jose Borquez schrieb: > When attempting to install php5 from ports it attempts to download, but > I get the following errors: > > Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/php-5.1.1.tar.bz2: > File unavailable (e.g., file not found, no access) > [...] Is this the complete output? Have you set MASTER_SITES somewhere, e.g. in /etc/make.conf? If so, remove it. A workaround would be to download the file manually and place it in ports/distfiles. After you have done this, use the port again to install it. Björn