From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 00:06:43 2005 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 C4F5116A4CE for ; Mon, 21 Feb 2005 00:06:43 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802A043D49 for ; Mon, 21 Feb 2005 00:06:43 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (rwcrmhc12) with ESMTP id <2005022100062901400hltk4e>; Mon, 21 Feb 2005 00:06:43 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id 9814660F4; Sun, 20 Feb 2005 19:06:28 -0500 (EST) Message-ID: <42192605.4070505@trini0.org> Date: Sun, 20 Feb 2005 19:06:29 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 1.0 (X11/20050122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: doyou@g0t-root.com References: <1108944107.421924ebb80a5@webmail.g0t-root.com> In-Reply-To: <1108944107.421924ebb80a5@webmail.g0t-root.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: PEAR Search Path (PHP's include_path) 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: Mon, 21 Feb 2005 00:06:44 -0000 doyou@g0t-root.com wrote: >I am running fBSD 5.3-Release and have installed Horde via ports and am having >trouble finding the pear search path to put in the php.ini include_path. When >Horde was installed it installed PHP 4. If I bring up the Horde test.php page >it shows the following under pear: > >PEAR Search Path (PHP's include_path): >/usr/local/www/horde/lib:.:/usr/local/share/pear/bootstrap:/usr/local/lib/php/pear:/usr/local/lib/php/pear/data >PEAR: Yes >Recent PEAR: Yes >Mail_RFC822: No >Make sure you are using a recent version of PEAR which includes the Mail_RFC822 >class. >Mail_Mime: No >You do not have the Mail_Mime package installed on your system. See the INSTALL >file for instructions on how to install the package. THIS IS A REQUIRED MODULE! > >Log: No >Make sure you are using a version of PEAR which includes the Log classes, or >that you have installed the Log package seperately. See the INSTALL file for >instructions on installing Log. THIS IS A REQUIRED MODULE! >DB: Yes >Net_Socket: No >Make sure you are using a version of PEAR which includes the Net_Socket class, >or that you have installed the Net_Socket package seperately. See the INSTALL >file for instructions on installing Net_Socket. >Date: No >Horde requires the Date_Calc class for Kronolith to calculate dates. >Auth_SASL: No >Horde will work without the Auth_SASL class, but if you use Access Control Lists >in IMP you should be aware that without this class passwords will be sent to >the IMAP server in plain text when retrieving ACLs. >HTTP_Request: No >Parts of Horde (Jonah, the XML-RPC client/server) use the HTTP_Request library >to retrieve URLs and do other HTTP requests. >File: No >Horde will work without the File_CSV class, but there may be errors when >importing some CSV files. >Net_SMTP: No >Make sure you are using the Net_SMTP module if you want "smtp" to work as a >mailer option. >Services_Weather: No >Services_Weather is used by the weather applet/block on the portal page. > > >I know these pear addons are installed because if i use the command line install >command I am told they are installed. Also, the pear ports were installed. >What should the correct path be under include_path in the php.ini to set this >up correctly? Thanks > For me (php 5.0.3), this is what I have for include_path in php.ini include_path = ".:/usr/local/share/pear" PEAR works fine for me.