Download the pacakge, their official site is www.pdflib.com
root@server# wget http://www.pdflib.com/binaries/PDFlib/703/PDFlib-Lite-7.0.3.tar.gz root@server# tar xvzf PDFlib-Lite-7.0.3.tar.gz root@server# cd PDFlib-Lite-7.0.3 root@server# ./configure --prefix=$HOME/usr --without-java root@server# make root@server# make install install php-pear using yum install php-pearroot@server# pecl download pdflib root@server# tar xvzf pdflib-*.tgz root@server# cd pdflib-* root@server# phpize root@server# ./configure --with-pdflib=$HOME/usr root@server# make root@server# make test make install Add pdf.so in /etc/php.ini and restart httpd. You got it !!!

Recent Comments