From owner-freebsd-ports@FreeBSD.ORG Tue Sep 2 00:05:13 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB4416A4BF for ; Tue, 2 Sep 2003 00:05:13 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088BF43FCB for ; Tue, 2 Sep 2003 00:05:13 -0700 (PDT) (envelope-from gsam@trini0.org) Received: from hivemind.trini0.org (trini0.org[68.39.114.118]) by comcast.net (rwcrmhc13) with ESMTP id <2003090207051201500gkaoje>; Tue, 2 Sep 2003 07:05:12 +0000 Received: from trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 51CCD1B2; Tue, 2 Sep 2003 03:05:11 -0400 (EDT) Message-ID: <3F544127.6080700@trini0.org> Date: Tue, 02 Sep 2003 03:05:11 -0400 From: Gerard Samuel User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en, nl, ar, th, en-us MIME-Version: 1.0 To: Roman Neuhauser References: <3F206A24.1030308@trini0.org> <3F20863C.5020107@trini0.org> <20030901093657.GU4818@freepuppy.bellavista.cz> In-Reply-To: <20030901093657.GU4818@freepuppy.bellavista.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: Where did PEAR go??? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 07:05:13 -0000 Roman Neuhauser wrote: ># gsam@trini0.org / 2003-07-24 21:22:04 -0400: > > >>Gerard Samuel wrote: >> >> >> Not sure why this isn't enabled in php.ini, but to work around my little >> >>problem above, edit /usr/local/etc/php.ini, >>and modify the "include_path" option to (don't forget to remove the ; at >>the beginning of the line) -> >>include_path = ".:/usr/local/share/pear/bootstrap" >> >>This was done after I copied the new php.ini-recommended to php.ini >>Restart the webserver and its done. If there is another (better) way, >>then by all means let me know.. >> >> > > there is a better way: install the required pear-* packages. > the bootstrap dir is a hack for the ports system to break out of > circular dependencies. > Please excuse my lack of knowledge in this area. But PEAR.php comes with the default php install. Thats all the script (Chora/Horde) needed. Whats the purpose of installing pear-* packages???