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: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: 21 October 2012 19:29 To: [email protected] 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 [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx
