[BlueOnyx:11569] Re: PDFlib Lite
Jason Ozin
bluequartz at ozin.com
Sun Oct 21 13:58:58 -05 2012
Done it
I'm sharing my rough notes here in case anyone else has difficulties:
=====================
mount -o,remount,rw,exec /tmp
make a pdf folder in ~ and cd to it
download PDFlib-Lite using Lynx
see: http://www.pdflib.com/download/pdflib-family/pdflib-lite-7/
current download is:
http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gz
extract:
tar -xzvf PDFlib-Lite-7.0.5p3.tar.gz
compile:
cd PDFlib-Lite-7.0.5p3
./configure && make && make install
pecl install pdflib
path to pdflib installation? : /usr/local
in /etc/php.d
create pdf.ini with:
extension=pdf.so
/etc/init.d/httpd restart
mount -o,remount,rw,noexec /tmp
Test it works by creating a test page with:
<?php
$mypdf = pdf_new();
echo "xxx".$mypdf."xxx";
?>
=====================
-----Original Message-----
From: blueonyx-bounces at mail.blueonyx.it
[mailto:blueonyx-bounces at mail.blueonyx.it] On Behalf Of bluequartz at ozin.com
Sent: 21 October 2012 19:29
To: blueonyx at mail.blueonyx.it
Subject: [BlueOnyx:11568] PDFlib Lite
I've been trying all day to install PDFlib Lite for PHP to our 5107R
servers.
Has anyone here successfully done this?
Jason
_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx
More information about the Blueonyx
mailing list