[PHP] Installing PEAR

2011-01-25 Thread Ethan Rosenberg
Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx -source http://pear.php.net/go-pear | php. It seemed to install, but the command pear did not work. From the root directory I ran the command find . -name pear. There was no file found. I

Re: [PHP] Installing PEAR

2011-01-25 Thread Nilesh Govindarajan
On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx -source http://pear.php.net/go-pear | php. It seemed to install, but the command pear did not work. From the root directory I ran the command

Re: [PHP] Installing PEAR

2011-01-25 Thread Shawn McKenzie
On 01/25/2011 11:25 AM, Nilesh Govindarajan wrote: On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx -source http://pear.php.net/go-pear | php. It seemed to install, but the command pear did not

Re: [PHP] Installing PEAR

2011-01-25 Thread Ronny Tiebel
Am 25.01.2011 18:25, schrieb Nilesh Govindarajan: On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx -source http://pear.php.net/go-pear | php. It seemed to install, but the command pear did not

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 13:43, Ronny Tiebel ronny.tie...@qumido.de wrote: erm, on linux you could just install it with apt/aptitude !? 's/linux/Ubuntu or Debian as root' -- /Daniel P. Brown Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General

Re: [PHP] Installing PEAR

2011-01-25 Thread a...@ashleysheridan.co.uk
: [PHP] Installing PEAR To: Nilesh Govindarajan nil...@itech7.com Cc: php-general@lists.php.net On 01/25/2011 11:25 AM, Nilesh Govindarajan wrote: On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 13:54, Ronny Tiebel ronny.tie...@qumido.de wrote: ubuntu (10.10) == debian sid, so there are no diferences on that I didn't need an explanation of what equals what, I was correcting your generalized statement that apt-get worked on Linux. Consider RH derivatives,

Re: [PHP] Installing PEAR

2011-01-25 Thread Ronny Tiebel
Am 25.01.2011 20:01, schrieb Daniel Brown: On Tue, Jan 25, 2011 at 13:54, Ronny Tiebel ronny.tie...@qumido.de wrote: ubuntu (10.10) == debian sid, so there are no diferences on that I didn't need an explanation of what equals what, I was correcting your generalized statement that apt-get

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 14:07, Ronny Tiebel ronny.tie...@qumido.de wrote: oh, ok, sorry for that. ive missunderstood your post. but he wrote that he's using debian sid so its a possible solution for him. never mind just wanted to help It is helpful, just correcting for the archives.

Re: [PHP] Installing PEAR

2011-01-25 Thread Ronny Tiebel
Am 25.01.2011 20:09, schrieb Daniel Brown: On Tue, Jan 25, 2011 at 14:07, Ronny Tiebel ronny.tie...@qumido.de wrote: oh, ok, sorry for that. ive missunderstood your post. but he wrote that he's using debian sid so its a possible solution for him. never mind just wanted to help It is

Re: [PHP] Installing PEAR

2011-01-25 Thread Ethan Rosenberg
At 12:25 PM 1/25/2011, Nilesh Govindarajan wrote: On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx -source http://pear.php.net/go-pear | php. It seemed to install, but the command pear did not

Re: [PHP] Installing PEAR

2011-01-25 Thread Daniel Brown
On Tue, Jan 25, 2011 at 13:33, Ethan Rosenberg eth...@earthlink.net wrote: As far as I can tell, the PHP is installed directly on my computer.  Now what? From the command line, type: which pear If it gives you a path, PEAR is installed, and you can use it as you desire. If

Re: [PHP] Installing PEAR

2011-01-25 Thread Ethan Rosenberg
At 01:44 PM 1/25/2011, Shawn McKenzie wrote: On 01/25/2011 11:25 AM, Nilesh Govindarajan wrote: On 01/25/2011 10:32 PM, Ethan Rosenberg wrote: Dear List -- How do install PEAR on Linux? I installed lynx and as root, I ran the command lynx -source http://pear.php.net/go-pear | php. It

[PHP] Installing PEAR on machines without internet access.

2008-06-20 Thread Lester Caine
I've been going through the hoops documenting installation and recovery notes for my customer sites. The majority of these run local web services with no internet access from the servers, so with the increasing reliance on PEAR extensions, I'm looking to the correct way to 'install' PEAR

Re: [PHP] Installing PEAR on Windows

2004-07-28 Thread webmaster
Hi Matt (et al), I've added the c:\www\pear path to both the windows path and also the path in the php.ini file. However it's still coming up with the same error. Is there a way of putting in a temporary path in the go-pear.php file? Nunners Quoting Matt M. [EMAIL PROTECTED]: Warning:

Re: [PHP] Installing PEAR on Windows

2004-07-28 Thread Jason Barnett
[EMAIL PROTECTED] wrote: Hi Matt (et al), I've added the c:\www\pear path to both the windows path and also the path in the php.ini file. However it's still coming up with the same error. Is there a way of putting in a temporary path in the go-pear.php file? Yes... ini_set('include_path',

[PHP] Installing PEAR on Windows

2004-07-27 Thread webmaster
I've had no luck with the PEAR General List... so... I've successfully manually installed PEAR onto my windows server after trying many attempts at installing it properly - however, it's prooving a pain in the arse to upgrade the packages, and install any new ones. So, can anyone assist in why

Re: [PHP] Installing PEAR on Windows

2004-07-27 Thread Matt M.
Warning: main(PEAR.php): failed to open stream: No such file or directory in C:\ www\pear\Archive\Tar.php on line 21 Fatal error: main(): Failed opening required 'PEAR.php' (include_path='/C:\DOCUM E~1\ADMINI~1.DEV\LOCALS~1\Temp\gop1.tmp') in C:\www\pear\Archive\Tar.php on line 21 pear is

[PHP] Installing PEAR on windows

2002-12-14 Thread Davy Obdam
Hi people, I have a question, i would like to use PEAR in some of my applications, how can i download and iinstall PEAR on windows. I have Apache 2.0.43 with PHP 4.3.0 RC3 installed on a windows XP machine. I read on http://pear.php.net/manual/en/faq.windows.php . To make PEAR work on

Re: [PHP] Installing PEAR

2001-03-22 Thread Paul rees
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Ok, IM a bit confused as to how PEAR is installed. I read through the README file in the php source but found no explanation. I am tryin to use the PEARs DB abstracion. I have DB.php and DB/ in /usr/local/lib/php. I added:

[PHP] Installing PEAR

2001-03-21 Thread RalphGzman
Ok, IM a bit confused as to how PEAR is installed. I read through the README file in the php source but found no explanation. I am tryin to use the PEARs DB abstracion. I have DB.php and DB/ in /usr/local/lib/php. I added: 'include_once(DB/mysql.php);' to the top of my script but it failed