On Thursday, August 21, 2003 at 9:59 PM Rodney Davis wrote: > I ran a pdflib rpm and installed pdflib 4 and it > appears to be running. How do I add this to the > php build? Any help is Appreciated.
It's been a while, but my recollection is that you just need to make sure your builds of libpng, jpeg, zlib, and pdflib are shared (you have the .so libraries). Then simply add --with-pdflib with the configure script, and rebuild php.