Try this:
Try using the new pdflib-4.0.0 .... It works great.
Here is what you have to do:
Goto: http://www.pdflib.com/pdflib/download/index.html
and download the source for unix.
Unzip and untar.
cd to pdflib-4.0.0/bind/php/ext/pdf
copy * php-4.0.4pl1/ext/pdf --- You may want to remove the current contents
of this directory first...
cd pdflib-4.0.0
configure --enable-php
make - you will get an error indicating that a makefile was not found ...
just ignore it.
make install
Link the newly created libraries to the /usr/lib directory:
ln -s /usr/local/lib/libpdf* /usr/lib
Next just rebuild PHP as normal only add --with-pdflib.
Have fun...
Dean
-----Original Message-----
From: Panya Worawichawong [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 5:28 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-INST] Installing the pdf extensions
I'm not sure, but I think the latest working version of
pdflib for php4 is 3.0. Later versions didn't work for me.
Try that.
- panya
-----Original Message-----
From: Taylor, Stewart
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 8:38 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP-INST] Installing the pdf extensions
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
-Stewart
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
To contact the list administrators, e-mail:
[EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]