Following is how I installed pdflib4.0
Unzip it
del php-4.0.4pl1/ext/pdf/*
cd to pdflib-4.0.0/bind/php/ext/pdf
copy * php-4.0.4pl1/ext/pdf
cd to pdflib-4.0.0
configure --enable-php
make
make install
A few errors occurred when I ran make, but it installed ok.
Link the installed libraries
ln -
Hello,
I'm having problems getting the pdf extensions working.
I've downloaded and installed all the required libraries zlib, tifflib,
pnglib, jpeglib, pdflib etc
But when I run configure with the --with parameters to add the libraries
etc they just get ignored.
Any suggestions
-Stew