[PHP] [Fwd: Problem about pear]

2002-10-30 Thread EdwardSPL
---BeginMessage--- Hello, My System is Redhat Linux 7.2... I can't to find where is the path of pear under the system... So, can you help me ? Thank a lots. Edward. ---End Message--- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [Fwd: Problem about pear]

2002-10-30 Thread Jonathan Sharp
try: 'locate PEAR' if it doesn't show up do 'updatedb' then 'locate PEAR' mine is /usr/lib/php/PEAR (Gentoo) -js [EMAIL PROTECTED] wrote: Subject: Problem about pear From: [EMAIL PROTECTED] Date: Thu, 31 Oct

Re: [PHP] [Fwd: Problem about pear]

2002-10-30 Thread EdwardSPL
Hello, I just check my system... I found there is no /usr/lib/php/PEAR... So, what can I do about the problem ? BTW, are you using imp ( Webmail ) under Redhat 7.2 ? Thank a lots. Edward. Jonathan Sharp wrote: try: 'locate PEAR' if it doesn't show up do 'updatedb' then 'locate PEAR'

Re: [PHP] [Fwd: Problem about pear]

2002-10-30 Thread EdwardSPL
Hello, After I do'updatedb' then 'locate PEAR', I found there is /usr/share/pear/PEAR... BUT I found /etc/php.ini : ; ; Paths and Directories ; ; ; UNIX: /path1:/path2 include_path = .:/php/includes:/usr/share/php ; I want to know why there is