Page 1 of 1

PEAR on Debian

Posted: Sat Dec 22, 2007 8:10 pm
by alex.barylski
I've never used the PEAR installer...I'm running Debian Etch...

I'm interested in getting PHPSpec installed and start tinkering with the framework...

When I run 'pear' on the command line I get an error...

Having read the docs quickly it seems PHP needs to be installed with the ./configure option and pear?

How do I get everythign setup for use?

Posted: Sun Dec 23, 2007 5:17 am
by VladSun
I am on Debian Etch too. All I needed to install pear was:

Code: Select all

apt-get install php-pear
No problems after that...

Code: Select all

pear list-all

Posted: Mon Dec 24, 2007 3:58 pm
by alex.barylski
sweet

thanks ;)