cd /usr/src
wget http://pecl.php.net/path/to/package.tar.gz
tar -zxf package.tar.gz
cd package
phpize
./configure
make
make install
cd /usr/src
wget http://pecl.php.net/path/to/package.tar.gz
tar -zxf package.tar.gz
cd package
phpize
./configure
make
make install
Leave a Reply