pecl install ?

lkbryant

Verified User
Joined
Aug 16, 2005
Messages
283
hi, i am on custombuild.

i need to use pecl so i can install pdo_mysql and apc.

but i can't seem to pecl it is command not found.

i tried yum install php-pear but didnt find anything.

anyone can help me?
 
i need to use pecl so i can install pdo_mysql and apc.

but i can't seem to pecl it is command not found.

i tried yum install php-pear but didnt find anything.
You shouldn't be using yum or custombuild. All you need is this command,
/usr/local/bin/pear install PACKAGE
where PACKAGE is pdo_mysql or apc or whatever.
 
For me pecl works out of the box with DA install.

BTW, I'd recommend xcache instead of APC...APC is not a good choice as far as I've seen...higher apache process size, segfaults and stability problems...ran for months. Moved to xcache and it's way better.
 
Back
Top