* Kunal Jhunjhunwala ([EMAIL PROTECTED]) [Dec 29. 2001 17:17]:

> Has anyone successfully installed it with php 4.0.6 ? I have tried
> everything from re-compiling php to compiling pdflib from scratch.. but im
> totally lost.. any help would be great..

What OS/distribution? A few months ago I installed 4.0.6 and pdflib on a
SuSE server and it went just fine.

<http://www.pdflib.com/pdflib/download/index.html>

wget newest tarball.

$ cd pdflib-x.x.x
$ ./configure \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-tiff-dir=/usr/local \
--with-zlib-dir=/usr
$ make
$ make test
$ make install

And in the PHP configure:

--with-pdflib=/usr/local

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
Therein lies the major problem facing the world.


-- 
PHP General 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]

Reply via email to