Ask a Question related to FreeBSD, Design and Development.
-
doyou@g0t-root.com #1
PEAR Search Path (PHP's include_path)
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
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
doyou@g0t-root.com Guest
-
Something like PHP's PEAR::DB_NestedSet?
This PHP module looks cool: http://pear.php.net/package/DB_NestedSet is there something like it in CPAN? -- dave -
#26186 [Bgs]: include_path ignored using include with virtual path
ID: 26186 User updated by: jon at banton dot plus dot com Reported By: jon at banton dot plus dot com Status: Bogus... -
#26186 [Opn->Bgs]: include_path ignored using include with virtual path
ID: 26186 Updated by: wez@php.net Reported By: jon at banton dot plus dot com -Status: Open +Status: ... -
#26186 [NEW]: include_path ignored using include with virtual path
From: jon at banton dot plus dot com Operating system: Windows 2000 Pro PHP version: 4.3.4 PHP Bug Type: Unknown/Other... -
pear include path
Hi, Is there a way to find the path to pear libraries (such as DB.php) if you do not have shell access? I have access to some space on an ISP's... -
Gerard Samuel #2
Re: PEAR Search Path (PHP's include_path)
[email]doyou@g0t-root.com[/email] wrote:
For me (php 5.0.3), this is what I have for include_path in php.ini>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
>
include_path = ".:/usr/local/share/pear"
PEAR works fine for me.
Gerard Samuel Guest



Reply With Quote

