I decided that he decided: The last one was downloaded http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gz
# cd /home/xxx/Downloads/
Un-tar-gzip it
# tar xzf PDFlib-Lite-7.0.5p3.tar.gz # cd PDFlib-Lite-7.0.5p3
See if and where it contains pdflib.h
# find . -name 'pdflib.h' ./PDFlib-Lite-7.0.5p3/libs/pdflib/pdflib.h
Install via pecl
If it asks for the path, enter the same full path / home / xxx / Downloads / pdf / PDFlib -Lite-7.0.5p3 / libs / pdflib See From the installation messages, if and where he added the pdf.so file (in the directory php extensions this name may be different, but the pdf.so file must exist):
edit pdf.ini
add at the end
extension=pdf.so
(You might want to add it at the command line php conf / etc / php5 / cli / php.ini)
reload apache
See if this extension is displayed
enter at the command prompt
source share