Page 1 of 1

Pear missing?

Posted: Tue Jan 09, 2007 10:25 am
by JasonTC
I'm using Debian. I used

Code: Select all

apt-get install php5
to install PHP5, which should come bundled with the PEAR command-line installer. However, if I try to use PEAR, I get this:

Code: Select all

gene:/usr/src# pear channel-discover pear.symfony-project.com
-su: pear: command not found
Did I possibly miss some configuration step? I realize that I could now manually install PEAR, but I would rather not have to do that, as PHP > 4.3.0 comes bundled with PEAR.

Thanks,
Jason

Posted: Tue Jan 09, 2007 3:32 pm
by JasonTC

Code: Select all

apt-get install php-pear