Steve-
Here is what I do for a fresh install of PHP/pdflib:
-Remove PHP directory
-untar PHP
-copy /path/to/pdflib/bind/php/ext/pdf/* to /path/to/php/ext/pdf
-download latest pdf.c from PHP cvs and copy to /path/to/php/ext/pdf
-run config (mine is shown below):
./configure --with-apxs=/path/to
Well, I had high hopes. PHP configured and built succesfully, I
installed it, restarted apache, but it still gives me an undefined
function error when it hits pdf_new() in the test script.
I'm assuming that I can just use make install and write over the
previous version.
Am I right in thinki
On Friday, August 31, 2001, at 01:54 PM, Jani Taskinen wrote:
>
> Could you paste the last 20 lines of your config.log ?
>
> --Jani
>
> Yep...
> configure:40416: checking for the location of libtiff
> configure:40460: checking for TIFFOpen in -ltiff
> configure:40481: cc -o conftest -g -O2 -t
Yup, tried it.
./configure --with-xml --with-zlib --with-apxs=/usr/sbin/apxs
--with-openssl --enable-trans-sid --with-pdflib=/usr/local
--enable-shared=pdflib --with-mysql=/usr/local --with-jpeg-
dir=/usr/local --with-tiff-dir=/usr/local
This gives me the error:
configure: error: pdflib extens
From browsing the archives, it looks like getting pdflib into php takes
luck and persistence to achieve the magical configure options, and I'm
running low on both.
I'm trying to get pdflib 4.0.1 to work with php 4.0.6 and apache 1.3.20
on mac osx 10.0.3
php and apache work great and I'm eage