Title: Installing w/ pdflib
I am running RedHat 7.3 with PHP 4.3.2 and I would like to add pdflib to the build. The current build is:
'./configure' '--with-apxs=/usr/local/apache/bin/apxs'
'--with-xml' '--enable-bcmath' '--enable-calendar'
'--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6'
'--enable-magic-quotes' '--with-mysql' '--with-pear'
'--enable-sockets' '--enable-track-vars'
'--enable-versioning' '--with-zlib'
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.
Thanks,
Rodney
- Re: [PHP-INSTALL] Installing w/ pdflib Rodney Davis