Pear missing?

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
JasonTC
Forum Commoner
Posts: 92
Joined: Wed Nov 02, 2005 11:05 am
Location: Grand Rapids, MI

Pear missing?

Post 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
JasonTC
Forum Commoner
Posts: 92
Joined: Wed Nov 02, 2005 11:05 am
Location: Grand Rapids, MI

Post by JasonTC »

Code: Select all

apt-get install php-pear
Post Reply