[SOLVED] Installing PECL Packages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
fendtele83
Forum Commoner
Posts: 27
Joined: Tue Oct 25, 2005 2:21 pm
Location: Woodbridge, NJ

[SOLVED] Installing PECL Packages

Post by fendtele83 »

i need to install APC on my computer locally. I'm running mac os x 10.4.8. How can i install PECL packages?

if i type in the cmmand line pecl install packageName it says - # csh: pecl: Command not found.

What am i doing wrong? Am i retarded?
User avatar
fendtele83
Forum Commoner
Posts: 27
Joined: Tue Oct 25, 2005 2:21 pm
Location: Woodbridge, NJ

Post by fendtele83 »

nevermind, figured it out...

had to run the command from the directory the command was in: /usr/local/php5/bin/pecl install blabla
Post Reply