Installing PDFLib when using Gentoo Linux
From Sfiabwiki
Installation is pretty simple under Gentoo,
emerge pdflib pecl-pdflib
if you're using php5 you might need to specify which pecl-pdflib:
emerge pdflib dev-php5/pecl-pdflib
once installed, dont forget to restart apache
/etc/init.d/apache2 restart
And you're done.