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 work.  From the root directory I
>> ran the command find . -name pear.  There was no file found.  I also
>> tried Pear, with the same results.
>>
>> Help and advice, please.
>>
>> Ethan
>>
>> MySQL 5.1  PHP 5.3.3-6  Linux [Debian (sid)]
>>
>>
> If you are using php from the repositories, there must be a pear package
> as well in the repos. Check for them.
>
Hi Ethan,

erm, on linux you could just install it with apt/aptitude !?

e.g. aptitude install php5-pear

after installing that package you could simply type "pear" at your shell
and install pear packages or what ever you want to do with it ;)

Regards,
Ronny

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to