From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 23:05:36 2003 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 C888437B401 for ; Mon, 31 Mar 2003 23:05:36 -0800 (PST) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5316143F85 for ; Mon, 31 Mar 2003 23:05:35 -0800 (PST) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h3177rqE028195; Tue, 1 Apr 2003 09:07:53 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Tue, 1 Apr 2003 09:02:34 +0200 Received: from intra241.intrasoft.lu (212.190.217.170 [212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id HXZK8R4D; Tue, 1 Apr 2003 09:02:29 +0200 From: CARTER Anthony To: Joel Rees , FreeBSD-Questions@freebsd.org Organization: Intrasoft Date: Tue, 1 Apr 2003 09:10:26 +0200 User-Agent: KMail/1.5 References: <20030401144811.F8EC.JOEL@alpsgiken.gr.jp> In-Reply-To: <20030401144811.F8EC.JOEL@alpsgiken.gr.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304010910.26008.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-126.1 required=4.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT,USER_IN_WHITELIST version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: pear.ini necessary? 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: Tue, 01 Apr 2003 07:05:37 -0000 you have to be in the right directory in the ports. then: make clean make install clean You should be connected to the internet when you do this as it will download the source file into /usr/ports/distfiles if it does not exist. Anthony Carter On Tuesday 01 April 2003 07:54, Joel Rees wrote: > Is pear.ini necessary in the freeBSD environment? > > If so, how is it generated? And where does it go? /usr/local/etc? > > I was hoping go_pear would build it for me, but it does not seem to have > done so. > > Are we perhaps supposed to be using the freeBSD ports system instead of > the go_pear script? If so, how? Trying to make install just gives me a > no target error. > > A simple RTFriendlyM to where I'm not looking would also be appreciated, > if there is such.