Instalera libpdf i Centos

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


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *