Als eerste gaan we naar de map waarin we hem installeren.
# cd /usr/srcNu gaan we PDFLIB downloaden
# wget http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gzNu pakken we de gedownloade tar.gz uit
# tar -zxvf PDFlib-Lite-7.0.5p3.tar.gzNu gaan we naar de nieuwe locatie
# cd PDFlib-Lite-7.0.5p3Nu voert u de 3 volgende uit:
# ./configure --prefix=/usr/local/pdflib --without-java
# make
# make installNu installeren we PDFlib:
# pecl install pdfliber wordt nu gevraagd naar: for path to pdflib installation? Gebruik:
# /usr/local/pdflibNu voegt u toe in PHP.INI:
# extension=pdf.soHerstart nu HTTP:
# service httpd restartU kunt nu PHP Info bekijken of PDFLIB erbij staat of upload de demo scripts naar uw FTP, deze staan in de volgende map:
# /usr/src/PDFlib-Lite-7.0.5p3/bind/pdflib/phpIndien u ergens vastloopt kunt u altijd een ticket openen.