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?
PEAR on Debian
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
I am on Debian Etch too. All I needed to install pear was:
No problems after that...
Code: Select all
apt-get install php-pearCode: Select all
pear list-allThere are 10 types of people in this world, those who understand binary and those who don't
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg